This JavaScript capstone project is about building your own web application based on an external API, It is a restaurant application that shows us the dishes, allows us to like these dishes and even to comment on everything thanks to communication with an API stack: Webpack, JavaScript, Html/Css, Bootstrap 5, Git, GitHub
MIT License
2
stars
0
forks
source link
[4pt] - Display number of likes for each item on the Homepage - francksefu #12
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.