This project is build with React, Redux, NodeJS and MongoDB.
You can :
-
add your task,
-
edit your task,
-
delete your task,
-
archive your task.
and :
-
When the task is finished : it turns to overline style.
-
When the deadline of the task is over : it turns to red.
-
When the task is archived : it turns to grey tint.
You can try it in your browser at https://mehdidr.github.io/Todo-App/ !
npm install
npm start # open localhost:3000 on your browser
npm test # test the app