A simple, command-line to-do list application written in Python.
- Add tasks
- List tasks
- Mark tasks as complete
- Delete tasks
- Persistent storage of tasks in a
tasks.jsonfile.
- Clone the repository:
git clone https://github.com/premkumar016555/taskmaster-cli.git
- Navigate to the project directory:
cd taskmaster-cli
Run the application from your terminal:
python taskmaster.pyYou will be presented with a menu of options to manage your tasks.
Contributions are welcome! Please see the CONTRIBUTING.md file for guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.