I ❤️ SERIES

List of pokemons

Data is taken from pokeapi.co, so they are the one to blame for any errors

{#await getPokemons()}

Downolading pokemons

{:then pokemons} {#each filterPokemons(pokemons, pokemonName) as pokemon}
{pokemon.name} image

{pokemon.name}

{/each} {/await}