Task Manager is a web application that allows users to manage their daily, weekly, and monthly tasks. The application is built using Flask.
- Add new tasks to daily, weekly, or monthly categories.
- Check off tasks as they are completed.
- Tasks are saved and loaded from a JSON file.
- Clone the repository.
git clone https://github.com/Ashrick12/task-manager.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python server.py
- Open a web browser and navigate to
http://localhost:8000
.
To add a task, enter the task name in the input field and select the category (daily, weekly, or monthly). Click the "Submit Task" button to add the task.
To mark a task as completed, click the checkbox next to the task name.
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the terms of the MIT license.