Skip to content

A simple todos and goals application to understand redux concepts

Notifications You must be signed in to change notification settings

keerthanasadam/TodosGoals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Summary

A simple todos and goals application with react and redux concepts. This is a code-along project in Udacity React Nanodegree program.

Project Setup

  • 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