Task Tracker is a command-line application designed to help you track and manage your tasks efficiently. Whether you're working on personal or professional goals, this CLI app allows you to add, update, and organize your tasks while keeping everything in a JSON file.
- Add, Update, and Delete Tasks: Easily manage your tasks with simple commands.
- Task Status Tracking: Mark tasks as "To-Do," "In Progress," or "Done."
- List Tasks: Filter and list tasks by their status.
- JSON Data Storage: All tasks are stored in a JSON file, ensuring persistence across sessions.
- Cross-platform Compatibility: Can be used on any platform with a command line interface.
Below is an example of the Task Tracker CLI in action:
Read more about the task description from here
Feel free to fork this repository and submit pull requests. Any improvements or bug fixes are welcome!