adebsa2401 / Microverse-Capstone-2

Simple JavaScript app that allows the user to query TV shows from an API. He can even leave comments and likes on any show. Built with HTML, CSS3 and JavaScript (ES6)
https://adebsa2401.github.io/Microverse-Capstone-2
MIT License
4 stars 0 forks source link

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

Closed adebsa2401 closed 1 year ago

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