MasumaJaffery / World-Vista

JavaScript Capstone Group Project is about World Vista that based Countries around the globe to accommodate data about it by fetch API {Get and Post} Methods.
https://sensational-rugelach-399e47.netlify.app/
11 stars 2 forks source link

[4pt] - Display list of items on the Homepage - Student A #37

Closed MasumaJaffery closed 1 year ago

MasumaJaffery commented 1 year ago

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

Image

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.