- Add Todo task with date
- Update Todo task
- Mark the Todo task as done
- Delete Todo task
- The Todo list is sorted according to the date specified in the todo task (past date is at the top , present in the middle , future date todo in the bottom)
- Past date todo task has red bar
- Present(Today) todo task has blue bar
- future date todo has yellow bar
$ git clone https://github.com/crayx/Todo.git
$ cd Path-To-Repository
$ cd todo-backend
$ npm i
$ node index.js
$ cd todo-frontend
$ npm i
$ npm start