Skip to content

Pokedex implemented using Svelte and Tailwind

Notifications You must be signed in to change notification settings

jokk-itu/pokedex

Repository files navigation

Pokedex

This project has been created to test out svelte, tailwind and progressive web app development. The pokemon api has been used to show data. The api can be located at api

Landingpage

Filters Pokemon

How to run

First off, the images won't be displayed if not downloaded.
You could use the .php script provided in the root of the project.
If that does not suit you, then download them otherwise through the URL in the script. All of the images are supposed to be in static/resources/pokemon/

Then run the following command to quickly serve the app:

npm run dev

Or by building it as production ready:

npm run build
npm run preview

Afterwards the app can be seen at app