Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 448 Bytes

react-hooks-todoList

用react-hooks实现的todoList,具备新增、删除、全选(全不选)、删除已选、事项统计以及已完成事项统计等功能。

安装依赖

yarn install

启动项目

yarn start

浏览器自动打开,运行在3000端口。

效果展示: image

image