muni-logo

Task 04 - React state

This week your task is to create an interactive single page application called Task manager. The application will display a list of tasks it retrieves from a "database," and you will be able to filter them based on a label, delete them, and add a new task.

The application will allow the user to revert to the initial state, where only the tasks from the "original database" will be displayed without filters. I.e. if the user has removed a task or added one, it will be possible to display all tasks from the original database again (only those) via the "reset" button.

Maximum points10 points
Deadline
March 17, 2025

Requierments

Video

Click to see the video

Submission

There should be created a pull request called "Feedback" immediately after accepting the github classroom assignment.

If you have a Feedback pull request

You can push your solution straight to main. You will then see the diff against main in the pull request feedback. Once you have the solution in main, mark the Feedback PR as submitted.

If you don't have a Feedback pull request

It may be that it will be created later, or it may not be created at all... Therefore, as a precaution, create a new branch solution from main as soon as you accept the assignment, and then push your solution to it.