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 number of likes for each item on the Homepage - Student A #12

Open ndayishimiyeeric opened 2 years ago

ndayishimiyeeric commented 2 years ago

When the page loads, the webapp the Involvement API to show the item likes and combines them with the data from the base API.

Remember that your page should make only 2 requests:

This task does not include displaying the likes button (heart icon on the wireframe) for each item.