ndayishimiyeeric / Capstone-KanbanBoard

This is a Javascript Capstone Project at Microverse where I used Github Project(Kanban Board) to track my daily work, Webpack to bundle javascript, Jest to perform unit testing, API to fetch data from PokeApi and the Involvement API. During the implementation of different features in this project like the liking and commenting functionality I learned a lot and it improved my javascript Skills..
https://ndayishimiyeeric.github.io/Capstone-KanbanBoard/
4 stars 0 forks source link

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

Open ndayishimiyeeric opened 2 years ago

ndayishimiyeeric 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).