Task Manager application written in Python that allows you to add, edit, remove, and mark tasks as done. Tasks are saved permanently in a JSON file, so your data is not lost when you close the program.
- Add new tasks
- Edit existing tasks
- Mark tasks as done
- Remove tasks
- View all tasks with their status
- Tasks are stored in
tasks.json
for permanent saving - Simple console-based interface
- Python 3.x installed
- (Optional) VS Code for editing and running the code
- No extra Python libraries needed (uses standard library)
- Clone the repository or download the files:
git clone https://github.com/Gaurav0801Rai/task-manager-python.git
cd task-manager-python