A simple todos and goals application with react and redux concepts. This is a code-along project in Udacity React Nanodegree program.
- clone the project -
https://github.com/keerthanasadam/ReactTweetsApp.git
- install the dependencies - yarn || yarn install || npm install
- run the application - yarn start || npm run start
- build the application - yarn build || npm run build