uisendy / Meal-webApp

A capstone Project on javascript.
MIT License
1 stars 0 forks source link

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

Closed uisendy closed 2 years ago

uisendy commented 2 years 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).

SurafelGetachewT commented 2 years ago

Create a comments popup only with the top section (displaying details of the selected item). image When the popup loads, the web app retrieves data from the selected Meal-DB API and shows details about the selected item.

uisendy commented 2 years ago

SurafelGetachewT 👏🏾 👏🏾

Task Completed and neatly.

Design is Good as well as the General work itself. Great Job.

  1. JavaScript Best practices used.
  2. Best CSS and HTML Practices
  3. Good Handling using ES6
  4. Module utilization is Good.