peterboro / JavaScript-Capstone-Group

The JavaScript capstone project is about building your own web application based on an external API. We selected an API(TvMaze) that provides data about movies that we like and then built the webapp around it. The webapp will has 2 user interfaces: A home page showing a list of items that you can "like."
3 stars 0 forks source link

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

Closed peterboro closed 2 years ago

peterboro 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.