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