porag-m06 / Kanban-Restaurant

This is a JavaScript capstone project: A fancy web application based on 2 external APIs with 3 user interfaces that shows food items and have the option to like, comment and order those items. The project is implemented following GitFlow using HTML, CSS, modular JS. Webpack is used as bundler and Jest for Unit testing.
https://porag-m06.github.io/Kanban-Restaurant/dist/
MIT License
2 stars 1 forks source link

[3pt] - Display comments for a given item on the Comments pop-up - Student B #11

Open porag-m06 opened 1 year ago

porag-m06 commented 1 year ago

When the popup loads, the webapp retrieves data from the Involvement API to show the item comments.

Screenshot 2021-06-27 at 22 21 00

This task does not include the counter of the comments.