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

[4pt] -Display Comments pop up with selected item's details - Student B #14

Open porag-m06 opened 1 year ago

porag-m06 commented 1 year ago

Create a comments popup only with the top section (displaying details of the selected item)

Screenshot 2021-06-27 at 22 10 45

When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.

Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).