This React project is designed to assess a developer’s debugging, problem-solving, and attention-to-detail skills.
The goal is to identify and fix the listed issues within 1 hour.
-
Wrong calculation logic
The completed tasks counter currently shows the total number of tasks instead of only completed ones. -
Missing search functionality
The header search input exists but does not filter tasks as expected. -
Missing key props
List items lack unique keys, causing React console warnings. -
Clear filters broken
The reset button exists but has no implemented functionality. -
Division by zero
Completion percentage calculation can result inNaNif there are no tasks.