Cabraham1 / Javascript-Capstone-Project

The Meal DB is a web application that utilizes an external API from to showcase a list of meals. Users have the ability to interact with the meals by liking them, leaving comments, or reserving a meal using an involvement API. However, the reservation, Comments features has not been incorporated into the application due to limited group members.
https://cabraham1.github.io/Javascript-Capstone-Project/
1 stars 0 forks source link

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

Open Cabraham1 opened 1 year ago

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