Final project for Create the User Interface with SwiftUI.
- The logo view created correctly
- The logo view added to the locations view correctly.
- The main view have the correct reference to the locations view.
- The Text element displaying "Reservation Details" or "Select a location" working correctly.
- The List showing the different restaurant locations created correctly.
- The NavigationLink embedded correctly in the List.
- The TextField for the party number input validated correctly.
- The form validation function added correctly to the button.
- The error alert added correctly to the view?