Maha-Magdy / egyptian-food-world

An "Egyptian food world" helps fetch the Egyptian meals list from Meal DB API and functionality to add likes for each one and share comments using Involvement API. This website was built with ES6, Webpack, fetching the data from REST API, and unit testing using Jest.
MIT License
1 stars 0 forks source link

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

Closed Maha-Magdy closed 3 years ago

Maha-Magdy commented 3 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.