Buildbeginner
40 min
Build a CRUD Todo App
No tutorial hand-holding here. Build a todo application from scratch using only React hooks (useState, useReducer, useMemo). It must support: add a task, mark complete, delete, and filter by All/Active/Completed. Persist state to localStorage so it survives a page refresh.
Your progress0%
Requirements
Skills you'll use
ReactHookslocalStorage
Read this first
This task is based on the lesson below. Complete the reading before attempting it.
Go to lessonWhat to expect
- Difficulty
- beginner
- Time
- 40 min
- Steps
- 6
- Type
- Build