A simple webapp that uses PokeAPI & SvelteKit to show the deatils of pokemon.
After cloning the repo:
Install svelte-pokedex with npm
npm install
npm run dev
Install svelte-pokedex with yarn
yarn # you can use 'yarn install' as well
yarn run dev
Client: SvelteKit, Redux, TailwindCSS
API: PokeAPI