Component List - miguelalvinflores/sacTownMunch GitHub Wiki
App
- holds all the Route and serves as the landing page.
Navigation
- holds the navbar content and can be used to traverse through the app's pages.
LoginFormPage
- renders a form for the user to log in with their credentials
SignUpFormPage
- renders a form for the user to sign up and create an account.
RestaurantList
- renders a list of restaurants for the user to browse to.
Restaurant
- renders a specific restaurant's information on the page and all associated reviews
Booking Form
- renders a form that allows a logged-in user to choose a date and time for their reservation.
Rating Form
- renders a form that allows a logged-in user to post a review of their restaurant experience.