Skip to content

gabriel-dp/PokeWEBdex

Repository files navigation



 


gabriel-dp.github.io/PokeWEBdex

     


    


💡 Motivation

This project has a personal motivation. I've been playing Pokémon games since I was a kid, and now I've been able to work on an application that combines programming and Pokémon.


✅ Legal

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

⚙️ API

All data used in this project came from PokéAPI, a great RESTful API.

Access the repository


🖥️ Running locally

# Clone
git clone https://github.com/gabriel-dp/PokeWEBdex.git

# Node modules
npm install

# Open project on localhost
npm start