frontend routes - Numbericons/LairBnB GitHub Wiki
Our components are organized as follows:
- Root
- App
- NavBar
- (main component goes here)
- Footer
- Modal
- App
The following routes, defined in App, will render components between NavBar and Footer.
/
Splash Home
/login
SessionForm
/signup
SessionForm
/index
LairIndex
LairTypeRow
LairIndexItem
/lair/:lair_id
LairBookingForm
LairImage
LairDescription
LairAvailability
LairReviewIndex
LairReviewItem
/search/all/:query_string
LairIndex
LairIndexItem