vflorin1995 / Foodie

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
https://vflorin1995.github.io/API-based-webapp/dist/
MIT License
3 stars 1 forks source link

[3pt] - Add comments counter - Student B #5

Open vflorin1995 opened 2 years ago

vflorin1995 commented 2 years ago

Even if the API gives you the number of comments you will create a specific function to calculate it.

Make sure that the correct number is displayed on the Comments pop up.

Respect the following rules: