Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 410 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 410 Bytes

React todo app using Redux state management

This app is created using React and using React Redux state managemen to hold information about the todo items.

Running the project

Download, fork or clone the project

run

npm install
npm start

App should automatically open to your browser. If not, go to localhost:3000 Port might be different debending if the default port is in use or not.