Project overview
The Blazor WebAssembly application that we are going to build in this chapter is a simple three-page application. Each page will be used to demonstrate one or more features of Razor components.
This is a screenshot of the completed Demo
project:
![Figure 2.6 – Home page of the Demo project](https://static.packt-cdn.com/products/9781800567511/graphics/image/Figure_2.6_B16786.jpg)
Figure 2.6 – Home page of the Demo project
After we have completed the Demo
project, we will convert it into an empty Blazor WebAssembly project. The empty Blazor WebAssembly project will be used as the basis for a custom Blazor WebAssembly App project template.