uisendy / Meal-webApp

A capstone Project on javascript.
MIT License
1 stars 0 forks source link

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

Closed uisendy closed 2 years ago

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

uisendy commented 2 years ago

When the page Loads, the page loads the number of likes from each meal and updates the DOM with the total number of Likes.

The page makes request from

The preview is as show below. image

SurafelGetachewT commented 2 years ago

Hi @uisendy

Your project is complete! There is nothing else to say other than

2