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 list of items on the Homepage - Student A #15

Open ndayishimiyeeric opened 2 years ago

ndayishimiyeeric commented 2 years ago

Create the main part of the homepage that keeps the layout from the wireframe:

Screenshot 2021-06-27 at 21 50 23

When the page loads, the webapp retrieves data from the selected API and shows the list of items on screen with the basic data (e.g. title + image).

Prepare also "Comments" and "Reservations" buttons. They should be doing nothing - just being displayed.

This task does not include displaying the number of likes for each item.

This task does not include the counter of the items.