Skip to content

lanzhi-lee/react-learn-ts

Repository files navigation

Todo List

线上地址:todolist.leezx.cn

Todos

  1. 事项排序
  2. ......

基本使用

npm install     # 安装依赖

npm start       # 开发环境

npm run build   # 生产环境

主要功能点

1. 新增事项

1-add-todo.gif

2. 空值检测

2-empty-check.gif

3. 切换事项

3-switch-items.gif

4. 删除事项

4-del-item.gif

5. 清除全部

5-clear-all.gif

6. 本地存储

6-local-storage.gif

7. 二次编辑事项

7-reedit-item.gif

更多

Create React App documentation

React documentation