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

[3pt] - Display reservations for a given item on the Reservations pop-up - Student C #10

Closed mikemtzp closed 2 years ago

mikemtzp commented 2 years ago

When the popup loads, the webapp retrieves data from the Involvement API to show the item's reservations.

Screenshot 2021-06-27 at 22 21 48

This task does not include the counter of the reservations.