Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 522 Bytes

React app to keep track of todo cards. You can add, delete, or move them from category. There are three categories:

  • To Do
  • In Progress
  • Done

Running the Project

  • Clone this project into your machine and access the folder
  • Install all the packages with the next command:

yarn install

  • Then you can start the project with:

yarn start

Testing the Project

You can run the test with:

yarn test