Muhammad0602 / MovieShows

MovieShows is a web app that showcases a selection of popular movies sourced from a third-party API. Users can browse movie details, including the synopsis, cast, and ratings, and interact with movies by liking or commenting on them. The site is optimized for performance and responsive design, ensuring a smooth user experience on any device.
https://muhammad0602.github.io/MovieShows/
MIT License
4 stars 0 forks source link

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

Open Muhammad0602 opened 1 year ago

Muhammad0602 commented 1 year 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).