StarMindz / Movies-Javascript-Group-Capstone

This is a Movie webapp for checking out latest movies and series. You can like, comment on and reserve a movie. This capstone shows you movies and shows using 3 APIs, one from where we retreive the shows, and the other one Involvement API which stores and deliver comments and likes for each movie and the other for the reserve
3 stars 0 forks source link

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

Open StarMindz opened 2 years ago

StarMindz commented 2 years 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.