Frontend Routes - maxbildner/coinspace GitHub Wiki

Component Hierarchy:

  • Root
    • App
    • NavBar
    • Main components go here
    • Footer

Frontend Routes and components:

  • /
    • Splash Home Page
  • /login
    • SessionForm
  • /signup
    • SessionForm
  • /dashboard
    • Dashboard
    • PortfolioChart
    • Watchlist
    • PortfolioWallets
    • Transactions
  • /prices
    • SearchBar
    • CryptoList
  • /price/:currency_name
    • PriceGraph
    • Cryptocurrency Details
    • TransactionForm