November 2020
🔨 Pokédex made with Svelte.
From Udemy: Svelte de A à Z
Applcation that fetches a Pokémon API.
It displays Pokémons by name (in French) and display an image of the creature.
Tip: disable autosave when you work with api, otherwise it will make tons of not useful request.
npm install
npm run dev