- When creating list, to ensure unique keys for list items, I assign unique id (number) to element/object in the list
- To implement the filtering functionality, I used the filter method on the taskList array
- To handle state updates for task status changes I used the reack hook useState. After applying the filter metod on the taskList array, I called the setFilteredTaskList method to update the filtered list.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|