Demo - Deployed on Heroku
- Run
yarn
- Run
yarn start
This project uses React.js as a UI library and Redux for state management.
Data is saved in localStorage and Redux state.
User can:
- Add, edit and remove todo items
- See filtered todos: all, complete and incomplete
- Search through todos (lowercase and uppercase letters matters)
- Mark todos as completed or incompleted
- Drag and drop todos to change their index