A simple Python command-line task manager with file-based persistent storage.
- Add new tasks
- View all tasks
- Mark tasks as complete
- Delete tasks
- Persistent storage using file handling
- Python
- File Handling
- Modular Functions
- Clone the repository
- Navigate to the project folder
- Run:
python main.py