Frontend Routes - parfittchris/kungfulu GitHub Wiki
- Root
- App
- NavBar
- (main component goes here)
- Footer
- App
The following routes, defined in App, will render components between NavBar and Footer.
- /
- Splash
- /login
- SessionForm
- /signup
- SessionForm
- /feature
- Top Feature Bar
- /videos
- Video Display bar
- /videos/show/:id
- Video details page
- /videos/watch/:id
- Video viewer page
- /category
- Category search container
- /users/:userId
- ProfileComponent
- LikedMovies