A Pokédex ReactJS app built using create-react-app
Credit to Bidji for the awesome Pokédex CSS taken from here
- Clone this repo
git clone https://github.com/dibenso/Pokedex.git- Install dependencies
yarn installor
npm install
To use the Pokédex app:
npm startThen check http://localhost:3000
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D


