AsimKhan2019 / Kanban_Board

0 stars 0 forks source link

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

Open AsimKhan2019 opened 2 years ago

AsimKhan2019 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.

AsimKhan2019 commented 2 years ago

The items are being displayed along with their relevant pictures and information. A little styling is required, I would be grateful for your help in this.

AsimKhan2019 commented 2 years ago

This will allow getting the launch list and their attached details using API.

https://github.com/AsimKhan2019/Kanban_Board/blob/0b3ed87c29d14a42019826d02c28d11d486adafc/src/modules/launchAPI.js#L6-L29

ifzyy commented 2 years ago

Very good implementation. No issues found