svelte-pokemon-cards Svelte Themes

Svelte Pokemon Cards

Svelte App: Pokemon cards

App screenshot showing Pikachu

About this project

This project is built using SvelteKit, and displays Pokemon cards using data fetched from the PokéApi. You can search a list of Pokemon and pick one. The data for this Pokemon is then loaded and displayed in a Pokemon card.

Running dev server

To run the dev server, you can run:

npm run dev --open

The app should then be opened on localhost:5173/.

Building

To create a production version of the app:

npm run build

You can preview the production build with npm run preview, after which the production build should be available on localhost:4173/.

Top categories

Loading Svelte Themes