Frontend Routes - 12Starlight/Godsend GitHub Wiki

Our Components are organized as follows:

  • root
    • App
      • NavBar
      • (main component goes here)
      • Footer

 

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

  • /
    • splash
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /watchlist
    • WatchListIndex
      • WatchListIndexItem
  • /users/:userId
    • ProfileComponenet
      • AssetPortfolio
      • Dashboard
    • WatchListIndex
      • WatchListIndexItem
⚠️ **GitHub.com Fallback** ⚠️