Completing the Kanban Board Project

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

We have added the Dropzone and NewTask components in the Kanban board app, which allows the user to add and drag a task from one priority zone to another. Now add another button that deletes the task. The following screenshot shows the Kanban board app that you will build in this project:

Complete Kanban Board app
Complete Kanban Board app

The following concepts and skills of Blazor WebAssembly will be assessed in this project:

  • Event handling
  • Lambda expressions

Good luck!