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

[3pt] - Display comments for a given item on the Comments pop-up - Student B #11

Closed adebsa2401 closed 1 year ago

adebsa2401 commented 1 year ago

When the popup loads, the webapp retrieves data from the Involvement API to show the item comments.

Screenshot 2021-06-27 at 22 21 00

This task does not include the counter of the comments.