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

team01-6d - Adding the table

In this step, you’ll add:

  • a file similar to RestaurantTable.js that provides a table to display a single restaurant, or a list of restaurants with buttons for Details, Edit, and Delete functions.
  • a file similar to RestaurantTable.stories.js that allows developers to work with the component in isolation through Storybook
  • a file similar to RestaurantTable.test.js that provides test coverage for the table

Understanding frontend/src/main/components/Restaurants/RestaurantTable.js

Coming soon!

Understanding frontend/src/stories/components/Restaurants/RestaurantTable.stories.js

Coming soon!

Understanding /frontend/src/tests/components/Restaurants/RestaurantTable.test.js

Coming soon!