A simple todo based on react
- basic structure
- add todo
- delete todo
- toggle todo
- filter todos
- using immutable.js
- using redux
git clone
https://github.com/lazysheep666/todo-by-react.gitcd
todo-by-reactnpm install
oryarn install
npm start
oryarn start
- opening your browser with
http://localhost:7777