Frontend Routes and Components - maggieyao1211/Open-Omakase GitHub Wiki

Our components are organized as follows:

  • Root
    • App
      • GreetingBar
      • (main component goes here)
      • Footer

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

  • /

    • splash main page
  • /restaurants

    • restaurants index page
  • /restaurants/:restaurantID

    • restaurant show page with comments and ratings
  • /users

    • user show page with current reservations
  • /citys/:city_id

    • city show page with all restaurants