Task tracker is a project used to track and manage your tasks. Is a simple command line interface (CLI) to track what you need to do, what you have done, and what you are currently working on. IS built with Node.js.
- Add tasks
- Update tasks
- Delete tasks
- Mark tasks as in-progress or done
- List all tasks or filter by status
- Clone the repository:
git clone https://github.com/your-github-username/Task-Tracker-CLI.git cd Task-Tracker-CLI