Maha-Magdy / egyptian-food-world

An "Egyptian food world" helps fetch the Egyptian meals list from Meal DB API and functionality to add likes for each one and share comments using Involvement API. This website was built with ES6, Webpack, fetching the data from REST API, and unit testing using Jest.
MIT License
1 stars 0 forks source link

[4pt] - Display Reservations pop up with selected item's details - Student C #13

Closed Maha-Magdy closed 3 years ago

Maha-Magdy commented 3 years ago

Create a reservations popup only with the top section (displaying details of the selected item)

Screenshot 2021-06-27 at 22 10 45

When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.

Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).