Svelte-Pokedex Svelte Themes

Svelte Pokedex

This web application was created using the Sveltekit framework while integrating Tailwind CSS for the design and the PokeAPI to serve as the backbone for each Pokemon's data. The Pokedex will contain all 151 pokemon from the Kanto region. This project is intended as an additional measure of practice for these different frameworks. The project was coded along through a Youtube video by James Q Quick on his Youtube channel.

Sveltekit Pokédex


This web application was built using Svelte, TailwindCSS, and the PokeAPI

The Pokédex will only be featuring the 151 Pokémon of the Kanto Region

To create a new project in the current directory

npm init svelte@next my-app
cd my-app
npm install
npm run dev -- --open

To Clone and run locally

git clone https://github.com/darrenjamesso/Svelte-Pokedex.git
cd Svelte-Pokedex
npm install

To build the compiler and all the other modules included in the package:

npm run build 

To preview the production build locally (after npm run build)

npm run preview

To watch for changes and continually rebuild the package

npm run dev 

Have fun with your Kanto Pokédex!

Top categories

Loading Svelte Themes