Skip to content

Frontend Routes

lrharris215 edited this page Mar 17, 2021 · 3 revisions

Frontend Routes

  • /
      - 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)
      

Clone this wiki locally