Summary
In this chapter, we’ve created a styled frontend that includes routing, validated data entry, and toast feedback, and can connect to the backend API we built in the last chapter. This will allow us to add the specific pages and functionality we need for our to-do app.
The functionality added in this chapter can serve as the basis for any app, not just the one specific to the to-do app being developed in this book. You can take this basis and add any user interface you need for your functionality.
In the next chapter, we’ll build the pages and add the functionality that makes up the to-do app.