-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
Evan-Leon edited this page May 11, 2021
·
7 revisions
- Root
- App
-
NavBar
NavLinks
SearchBar
- [Main Component]
The following routes will be found in the
App
Component.App
will also render [Main Component] and theNavBar
will be available at all times.
-
- App
- Note: the user will still have access to home page and all listings, will not have access to bookings or creating reviews
-
/
NavBar
HomePage
-
/listings/:listingId
ListingBanner
ListingDetails
ReviewDetails
-
/search
ResultsTab
-
/bookings/:bookingId
ListingBanner
ListingDetails
BookingDetails
- signup
- login
- newBooking
- listingDetail
- review
- bookingDetail