Skip to content

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

Notifications You must be signed in to change notification settings

daxue2017/react-hooks-todoList

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-hooks-todoList

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

安装依赖

yarn install

启动项目

yarn start

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

效果展示: image

image

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.2%
  • HTML 19.3%
  • CSS 15.5%