An open API service indexing awesome lists of open source software.

https://github.com/dibenso/pokedex

A Pokédex ReactJS and Redux app built using create-react-app
https://github.com/dibenso/pokedex

create-react-app pokedex reactjs redux

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Pokédex

A Pokédex ReactJS app built using [create-react-app](https://github.com/facebookincubator/create-react-app)

**Credit to Bidji for the awesome Pokédex CSS taken from** [here](https://codepen.io/Bidji/pen/MYdPwo)
## Screenshots
![screenshot1][s1]

[s1]: ./screenshot1.png "screenshot1"

![screenshot2][s2]

[s2]: ./screenshot2.png "screenshot2"

![screenshot3][s3]

[s3]: ./screenshot3.png "screenshot3"

## Installation
* Clone this repo
```sh
git clone https://github.com/dibenso/Pokedex.git
```
* Install dependencies
```sh
yarn install
```
or
```
npm install
```

## Using
To use the Pokédex app:
```sh
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