Skip to content

Repository files navigation

  1. When creating list, to ensure unique keys for list items, I assign unique id (number) to element/object in the list
  2. To implement the filtering functionality, I used the filter method on the taskList array
  3. 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.

About

Lists, Keys, and Conditionals

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages