Summary
In this chapter, we learned how to create a simple JSON repository for our data. We also learned that there are other alternatives to be found in the GitHub repo if you want to look at other alternatives.
We also created an interface to access the data (which will become important when we take a look at sharing resources between projects in Chapter 9, Sharing Code and Resources).
In the next chapter, we will learn about components, particularly the built-in components in Blazor templates. We will also create our first component using the API and repository we created in this chapter.