medaminedev66/javascript-capstone

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

Closed this issue · 0 comments

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:

  • one to the base API
  • and one to the Involvement API.

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