Frontend Routes - Twprcntmlk/CapStoneProject GitHub Wiki

Frontend Routes

"/"

  • Home Page with access to:
  • Login
  • Admin
  • Game
  • Deck Builder
  • Buying Packs

"/pack-opener"

  • List of All Packs Available to User

"/pack-opener/:code"

  • Random 9 cards from Pack chosen by User
  • Access to Card Information

"/game"

  • In progress page where user can play game and earn points

"/collection"

  • Deck builder Section where user can see cards in collection and build deck

"/card/:id"

  • Card Information Page

"/admin"

  • Admin can update the card on current database

"/deck"

  • Use can see their current deck and delete if nessessary