Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 590 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 590 Bytes

To Do List - React / Redux

This app is intended to practice the main concepts of Redux put in a simple application. You are able to add as many ToDos as You want and mark them as completed as well. In the footer there is a counter for the total tasks and the done tasks.

Tools used

  • create-react-app
  • redux
  • react-redux
  • prop-types

Run

Clone this repo, cd in the project folder and run the command:

yarn install

This will install all the dependencies required. Then run the command:

yarn start

The application will be available in http://localhost:3000