A mini pokedex web-app created by React Framework.
https://hikariakio.github.io/pokeact-dex/
Clone the repo.
npm install
npm start
Open http://localhost:3000/pokeact-dex to view it in your browser.
GoogleMap API is used to display Pokemons' Locations.
- Create a file called '.env' in root directory.
- Add
REACT_APP_GOOGLE_MAP_APIKEY = YOUR_KEY
inside. npm start
again.