Another simple Pokédex SPA
Made with love thanks to
- 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
-
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
Pokémon images, names and information (c) 1995-2014 Nintendo/Game freak.
Images and content comes from Pokéapi