Frontend Routes and Components - mmdurnin/TableFor2 GitHub Wiki
This project's components will be organized in the following structure:
Root
App
Header
(main components)Footer
Main components are as follows:
-
"/"
SearchForm
CitiesIndex
SignUpForm
SignInForm
-
"/restaurants"
SearchForm
FilterSearchForm
RestaurantsIndex
-
"/restaurants/:id"
ReservationForm
RestaurantDetail
ReviewsIndex
-
"/profile"
SavedRestaurantsIndex
ReviewsIndex
ReservationsIndex