Project overview
The Blazor WebAssembly application that we are going to build in this chapter is a Kanban board. The Kanban board will have three dropzones: High Priority, Medium Priority, and Low Priority. We will be able to drag and drop tasks between the dropzones and add additional tasks.
This is a screenshot of the completed application:
The build time for this project is approximately 60 minutes.