Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 967 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 967 Bytes

Pokédex

A Pokédex ReactJS app built using create-react-app

Credit to Bidji for the awesome Pokédex CSS taken from here

Screenshots

screenshot1

screenshot2

screenshot3

Installation

  • Clone this repo
git clone https://github.com/dibenso/Pokedex.git
  • Install dependencies
yarn install

or

npm install

Using

To use the Pokédex app:

npm start

Then check http://localhost:3000

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D