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
add
: Add a new task record with default status “todo”update
: Update the content of your new task notedelete
: Delete your task record in the datamark-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 thedone
,todo
orin-progress
filters to view them.