mikemtzp / PokemonAPI

This web app displays the first generation Pokémon gotten from the RESTful Pokémon API in which you can like your favorites. It also allows you to see further information about each Pokémon and leave a comment. All data is recorded thanks to the Involvement API service. Built with Javascript.
MIT License
1 stars 1 forks source link

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

Open mikemtzp opened 2 years ago

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

Emmykage commented 2 years ago

https://github.com/mikemtzp/PokemonAPI/pull/22