Search⌘ K

Completing TaskManager Project

This project is a continuation of the TaskManager project that we created in the preceding chapter. In this project, you will add functionality to allow the user to edit a task.

In this project, you need to use the EditForm component to add functionality to update the task. The following screenshot shows the TaskManager project that you will build in this project:

TaskManager project
TaskManager project

The following concept of Blazor WebAssembly will be assessed in this project:

  • EditForm component

Good luck!