Skip to main content Link Menu Expand (external link) Document Search Copy Copied

team01-6f - Adding the Index and Details Pages

In this step, you’ll add:

Arguably, we should also perhaps add a storybook entries for the RestaurantIndexPage and RestaurantDetailsPage. We’ll omit that from this assignment, but we’ll be sure to include in future assignments.

Understanding frontend/src/main/pages/Restaurants/RestaurantIndexPage.js

Coming soon!

Understanding frontend/src/tests/pages/Restaurants/RestaurantIndexPage.test.js

Coming soon!

Understanding frontend/src/main/pages/Restaurants/RestaurantDetailsPage.js

Coming soon!

Understanding frontend/src/tests/pages/Restaurants/RestaurantDetailsPage.test.js

Coming soon!