This is an exercise I did to practice Svelte and SvelteKit. This project (like the name suggests), is a directory to search Pokemons, aka a Pokedex. You can demo the project here.
To get all the pokemons data I used PokeAPI.
git clone https://github.com/Suffro/sveltekit-pokedexOnce you've cloned the repo of the project you need to install dependencies with npm install (or pnpm install or yarn) and then run the app:
npm installThen:
npm run devOr open the app in a new browser tab:
npm run dev -- --open