Skip to content

MehdiDr/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published