You have already learned a lot from this book, but to truly learn, you have to practice. In this chapter, you will build a couple of projects.
Blazor UI bindings
Local storage in Blazor
Event handling in Blazor
Task 1
Your first task will include several simple exercises to practice the general syntax of Blazor, as well as a more complex exercise where you will need to use components and local storage.
Description
You will create ...