Frontend Routes - guanw88/EventFul GitHub Wiki

Info about routes goes here.

Our components are organized as follows:

  • Root
    • App
      • NavBar
      • Body (components go here)
      • Footer

The following routes, defined in App, will render components between NavBar and Footer.

  • /
    • Hero
    • SearchFilters
    • EventSummaryContainer
      • EventSummaryItem
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /event/:eventId
    • EventDetailContainer
      • EventHero
      • EventDetails
      • EventSidebar
    • EventTagsContainer
      • EventTagItem
    • RelatedEventsContainer
      • EventSummaryItem
    • EventMapContainer
      • EventMapItem
  • /event/:eventId/edit
    • EventEditForm
  • /event/new
    • EventCreateForm
  • /user/:userId
    • TicketPurchaseContainer
      • TicketPurchaseItem
⚠️ **GitHub.com Fallback** ⚠️