Maha-Magdy / egyptian-food-world

An "Egyptian food world" helps fetch the Egyptian meals list from Meal DB API and functionality to add likes for each one and share comments using Involvement API. This website was built with ES6, Webpack, fetching the data from REST API, and unit testing using Jest.
MIT License
1 stars 0 forks source link

Comments PopUp #26

Closed MaiRizk closed 3 years ago

MaiRizk commented 3 years ago

-Structure the comments popup. -Complete the styles -Get the item details from the API to show when clicking on the item comments button -Create a section to add your comments -Show the comments; username, comment, and creation date. -Show the number of comments -Make tests for the comments counter function.