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 install
or
npm install
To use the Pokédex app:
npm start
Then 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