Purpose: To learn Node.js, Regex and Git
Project duration: 10 hrs
--> add "Stop procrastinating and learn Regex" # Add task to the json file
--> update (1) "Take a shower" # Overwrite a task by specifying the task's id
--> mark-|done|todo|doing| (1) # Overwrite the status
--> list |done|todo|doing| # Supports filter combination or without to list everything
--> add "Sleep"; list; update (1) "Sleep for 15 minutes" -- Supports multiple commands in one-line
--> add " Nah " # Supported to support whatever reason you have
--> delete ( 1 ); list done doing # Supported
For Learning Backend