Frontend Routes - nsansone/OpenRes GitHub Wiki

  • Root

    • App
      • NavBar
      • (main component here)
      • Footer
  • /

    • Splash
  • /login

    • SessionForm
  • /signup

    • NewUserForm
  • /search

    • SearchForm/bar
  • /frontpage

    • FeaturedRestaurantIndex
    • FeaturedAreaIndex
    • FeaturedInternationalAreaIndex
  • /users/:userId

    • RecommendedForYou
    • MyProfile
    • MyDiningHistory
    • MySavedRestaurants
  • /restaurants

    • RestaurantIndex
    • RestaurantShow
      • ReviewsIndex
      • ReservationForm