Skip to content

birajpoddar/udacity-goals-todos-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Redux Todos/Goals App

BADGES

Deployed Site Badges

HTML App React App

Other Badges

Netlify Netlify Issues

DESCRIPTION

The app is an TODO/GOAL manager with Redux Store working as the Data Store with following features

  1. Create a new Todo Item
  2. Remove an existing Todo Item
  3. Toggle an existing Todo Item as COMPLETE or INCOMPLETE
  4. Create a new Goal
  5. Remove an existing Goal

BRANCHES

  1. Basic HTML implementation of Redux Store with State, Actions and Reducers.
  2. Addition of React Library in HTML app development along with Async Calls to Mocked API.
  3. Redux Thunk middleware have been implemented for Async calls in HTML App.
  4. React-Redux library added for simplifying the state management between React and Redux in HTML App.
  5. React App scaffolded and components/bindings constructed to create a fully-functioning React-Redux app

TODO

  1. Would be adding the redux implementation in next commit
  2. Adding Redux Middleware
  3. Convert the app UI of the app to React
  4. Bind React UI component with Redux Store
  5. Async data store connectivity with Database/API
  6. Adding Contexts for passing data
  7. Adding React-Redux Library for simplifying interactions between React & Redux
  8. Create the app using create-react-app
  9. Adding CSS to improve the UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published