mulugithub / JavaScript-Capstone

Awesome movie app is a single-page app that lists movies by categories. Users can like their favorite movies, open details about each movie and leave comments. Built with JavaScript and API.
MIT License
2 stars 0 forks source link

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

Open mulugithub opened 1 year ago

mulugithub 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.