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:
The following concepts and skills of Blazor WebAssembly will be assessed in this project:
Good luck!