Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 748 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 748 Bytes

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).