This is JavaScript capstone project is about building your own web application based on an external API. The webapp consist of two user interfaces. It has a home page with cards and popup window with detail of given cards. User can also add comments and view comments on popup window. In the project the third party API Server is used TheMealDB
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.