Technical requirements
Throughout this chapter, we will be enhancing the functionality of the Recipes! app. The code base for this chapter and all the assets, including the additional classes and code required to cover the topics in this chapter effectively, can be found on GitHub at https://github.com/PacktPublishing/MVVM-pattern-.NET-MAUI/tree/main/Chapter06. The starting point for this chapter is provided in the Start
folder, which includes the necessary classes and code that have been added specifically for this chapter. The code in the Start
folder serves as the starting point to follow along with this chapter’s content, building upon the foundation we established in the previous chapters. The completed code, which includes all the code we have written throughout this chapter, can be found in the Finish
folder for reference and comparison.