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

team01-6e - Adding the Create and Edit Pages

In this step, you’ll add:

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

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

Coming soon!

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

Coming soon!

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

Coming soon!

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

Coming soon!