Skip to content

Latest commit

 

History

History
55 lines (19 loc) · 683 Bytes

README.md

File metadata and controls

55 lines (19 loc) · 683 Bytes

Todo-App Build Status

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.

Usage

You can try it in your browser at https://mehdidr.github.io/Todo-App/ !

Development setup

npm install

npm start # open localhost:3000 on your browser

npm test # test the app