A Pokédex that is intended to be cool and fun, and not just yet another pokedex.
This is a technical assessment for Kreios Labs with the following constraints:
- One week duration
- Only Tailwind for styling
- Must only use PokeApi
(i failed)
- pokeapi (through pokenode-ts) (for built-in caching and types)
- HybridShivam's Pokemon Assets (for higher quality images)
- Svelte
- svelte-spa-router
- Tailwind
- Penpot
// Clone this repository
git clone https://github.com/dotrarufu/pokedex
// Install dependencies
npm install
// Run
npm run dev
Files will be at /dist
npm run build