This is a simple React app that utilizes Redux to maintain the state of the app.
In this case, this app holds To-dos as the state.
- Clone repo to your local machine
cd
into local directory- Run
npm install
to install dependencies - Run
npm start
to see the app in action! You may need to manually navigate tohttp://localhost:3000
to see it
- Add a todo by adding text to the input then clicking on
Go
- Once you have a todo, you may delete the todo
This project was bootstrapped with Create React App.