Skip to content

okstaticzero/reactjs-todo-advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactjs-todo-advanced

This project was bootstrapped with Create React App.

Features:

  • Uses Reactjs with Redux
  • Normalized state for easy reducer logic
  • Create Categories of todos
  • Undo/redo fuctionality via this Redux add-on https://github.com/omnidan/redux-undo
  • Stores state and history in localstorage (reload browser to test)
The app is kicked off at: src/index.js.

Working example: http://todoadvanced.zerostatic.com

# cd to directory and...
npm install or yarn install
# Start for development
npm start or yarn start

Read all about [Create React App] (https://github.com/facebookincubator/create-react-app).

About

Reactjs todo example with categories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published