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 ...