Skip to content

Suffro/sveltekit-pokedex

Repository files navigation

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.

If you want to test it locally, you can follow the following instructions:

1. Clone repository

git clone https://github.com/Suffro/sveltekit-pokedex

2. Install dependencies and run the project

Once 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 install

Then:

npm run dev

Or open the app in a new browser tab:

npm run dev -- --open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published