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:
![](https://static.packt-cdn.com/products/9781800567511/graphics/image/Figure_7.3_B16786.jpg)
Figure 7.3 – Kanban Board app
The build time for this project is approximately 60 minutes.