Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 828 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 828 Bytes

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