Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 846 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 846 Bytes

TODO & GOALS APP

This is the TODO & GOALS React & Redux application that let a user add, remove, or toggle a Todo. Along with that a user can also add & delete goals. The UI is basic & will be cleaned up via CSS in later commits.

The idea is to implement the store via redux and use the action, middleware, reducers to solidify the understanding of the Redux architecture.

Install

Clone or download this app.

npm install Install the app.

yarn start This runs the app in development mode in browser.

Any Feedback is Welcome

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.