-
Notifications
You must be signed in to change notification settings - Fork 1
Frontend Routes
lrharris215 edited this page Mar 17, 2021
·
3 revisions
-
/
- Header/Nav bar -
/
exact
- GamesIndex (Main index wrapper)
- GamesIndexItem (main)
- GamesIndex (Featured index wrapper)
- GamesIndexItem (feature) -
/login
- SessionForm -
/signup
- SessionForm -
/games/gameId
- GameDetail
- ReviewsIndex
- ReviewsIndexItem
- NewReviewForm
- ReactionItem(bonus) -
/cart
- ShoppingCartIndex
- ShoppingCartIndexItem -
/profiles/:userId
- UserInformation
- GamesIndex (Library wrapper)
- GamesIndexItem (library)