Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 804 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 804 Bytes

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?