A simple command-line To-Do List application written in Python.
- Add new tasks
- Mark tasks as completed
- Delete tasks from the list
- Display the current list of tasks
- Tasks are stored in JSON format
- Clear all tasks
- Clone the repository:
git clone https://github.com/bytebitt/TaskManager
cd TaskManager
- Run Programm:
python main.py