Skip to content

dotRarufu/pokedex

Repository files navigation

Pokédex

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)

APIs used

Tech Stack

  • Svelte
    • svelte-spa-router
  • Tailwind
  • Penpot

Setup

// Clone this repository
git clone https://github.com/dotrarufu/pokedex

// Install dependencies
npm install

// Run
npm run dev

Build

Files will be at /dist

npm run build

UI drafts