/swiftui-little-lemon-app

Final app for the course "Create the User Interface with SwiftUI" (Meta iOS Developer Professional Certificate).

Primary LanguageSwift

Little Lemon App

Final app for the course "Create the User Interface with SwiftUI" (Meta iOS Developer Professional Certificate).

Acceptance criteria

  • Was the logo view created correctly?
  • Was the logo view added to the locations view correctly?
  • Did the main view have the correct reference to the locations view?
  • Was the Text element displaying "Reservation Details" or "Select a location" working correctly?
  • Was the NavigationLink embedded correctly in the List?
  • Was the List showing the different restaurant locations created correctly?
  • Was the TextField for the party number input validated correctly?
  • Was the form validation function added correctly to the button?
  • Was the error alert added correctly to the view?