RaviTejaM9602 / MovieMazeapi_CapStone

This Webapp The Cinema of Movies displays a list of shows. The user is able to like any of the movies, and also read more information about each movie once he clicks on the "comments" button. Also, the user is able to leave a comment about any of the movies.
1 stars 1 forks source link

[4pt] -Display Comments pop up with selected item's details - Student B #17

Open RaviTejaM9602 opened 2 years ago

RaviTejaM9602 commented 2 years ago

Create a comments 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).