/Pokedex

Another simple Pokédex SPA

Primary LanguageJavaScriptOtherNOASSERTION

Pokédex

Another simple Pokédex SPA

Online Demo

🎥

Made with love thanks to

Features

  • List 150 (first) monsters
  • Manage caught monsters and favorites
  • Filter list by caught monsters or favorites
  • Local storage of filters
  • Search monster(s) by name
  • Show monster details

Run project

  • Clone the repository

    git clone https://github.com/fbarrailla/Pokedex.git
    cd Pokedex
  • Install dependencies

    npm i
  • Run dev server

    npm run dev

    then go to localhost:3333

  • Or build the "production" bundle

    npm run build

    check the /public directory

Legal

Pokémon images, names and information (c) 1995-2014 Nintendo/Game freak.

Images and content comes from Pokéapi