Frontend Routes and Components - xiaoyuny/Airquq GitHub Wiki
Routes
/
- Homepage
/login
- Log in form
/signup
- Sign up form
/listings
- Listings index page
/listings/:litingId
- Listings show page
/bookings/
- Bookings index page for a specific user
/search/
- Search map/ search results index page
Components
Component Hierarchy
Root
App
NavBar
- (main components goes here)
Footer
Main Components
- Session
SessionForm
- for log in & sign up
- Listings
ListingIndex
ListingShow
BookingForm
(create)
ReviewForm
ReviewIndex
- Bookings