Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 685 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 685 Bytes

Task Tracker CLI

A task tracker app to record your work with its status by using marks instead of status notes. This project was created because it follows the working project on the roadmap.sh

Feature

  • add: Add a new task record with default status “todo”
  • update: Update the content of your new task note
  • delete: Delete your task record in the data
  • mark-in-progress: Update your task status to “in-progress”
  • mark-done: Update your task status to “done”
  • list: Shows a list of tasks in the status record of each status, you can add the done, todo or in-progress filters to view them.

Usage