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
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:
Each counter should be implemented as a separate module.
A counter function should look for specific DOM elements (e.g. for the comments counter it should look for comments) and make the counting based on what is actually displayed on the page.
A counter function should cover all the edge cases you can think about.
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: