Challenge: Applying MVVM

Test yourself by applying the MVVM architectural pattern in an MAUI application.

Using the project at the end of this lesson, perform the tasks highlighted in the problem statement section.

Problem statement

We have an application that adds two numbers and displays them in a label. The challenge consists of the following tasks: ...