Challenge: Task Management App
Hands-on exercise to test your knowledge about the useMemo hook in React.
We'll cover the following
Task
Create a Task Manager application in React, allowing users to add tasks, mark tasks as completed, and filter tasks based on completion status. The use of useMemo
optimizes the filtering process, and the UI provides a clean and interactive task management experience.
Expected output
The provided layout is a React application designed for task management, enabling users to add tasks, designate tasks as completed, and filter tasks according to their completion status.
Get hands-on with 1400+ tech skills courses.