Summary
In this module, you built a "Connect Four" game using Blazor. In the process you learned about various core concepts to gain a better familiarity with the Blazor framework.
First, you created a new Blazor app and learned about its major parts.
Second, you customized the appearance of your app by adding styling. Additionally you also added state to your app via a C# class.
Finally, you learned to respond to events making your app something a user could interact with.