Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 818 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 818 Bytes

Little Lemon Reservation App

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


Gif

Review criteria

  • 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?