Bestbynature / CineScope

CineScope is a web application that displays movies collection with their details and allows users to like or comment on a particular movie. Upon clicking the comment button, a pop-up is displayed that gives more information. The Project is achieved by consuming TV MAZE API for the actual movies and Involvement API for the interactions..
https://bestbynature.github.io/CineScope/
Other
10 stars 0 forks source link

[4pt] - Display number of likes for each item on the Homepage - Student A #11

Closed Bestbynature closed 1 year ago

Bestbynature commented 1 year ago

When the page loads, the webapp the Involvement API to show the item likes and combines them with the data from the base API.

Remember that your page should make only 2 requests:

This task does not include displaying the likes button (heart icon on the wireframe) for each item.