bLangved / Pokemon-Pokedex

1 stars 0 forks source link

API call limit #6

Closed bLangved closed 6 months ago

bLangved commented 7 months ago

Image What this issue is about:

API call is setup to fetch all pokemons in the selected generation. This should be limited by offset.

To-do's

Relevant project paths

src/js/fetchData

bLangved commented 6 months ago

Because (https://github.com/bLangved/Pokemon-Pokedex/issues/3 pokemon in storage) was not possible to fix, since the API data was too much for session/local storage capacity, pagination is a better solution for now.