Project overview
In this chapter, we will build a Blazor WebAssembly app to manage tasks. We will be able to view, add, edit, and delete tasks. The tasks will be stored in a SQL Server database.
This is a screenshot of the completed application:
![Figure 8.3 – TaskManager project](https://static.packt-cdn.com/products/9781800567511/graphics/image/Figure_8.3_B16786.jpg)
Figure 8.3 – TaskManager project
The build time for this project is approximately 75 minutes.