Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 515 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 515 Bytes

TODO

Description

A simple todo based on react

Progress

  • basic structure
  • add todo
  • delete todo
  • toggle todo
  • filter todos
  • using immutable.js
  • using redux

Usage

  1. git clone https://github.com/lazysheep666/todo-by-react.git
  2. cd todo-by-react
  3. npm install or yarn install
  4. npm start or yarn start
  5. opening your browser with http://localhost:7777

Case

image