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
- Host: GitHub
- URL: https://github.com/dibenso/pokedex
- Owner: dibenso
- Created: 2017-03-27T03:29:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T19:34:08.000Z (about 3 years ago)
- Last Synced: 2025-02-12T13:28:48.510Z (3 months ago)
- Topics: create-react-app, pokedex, reactjs, redux
- Language: CSS
- Homepage:
- Size: 946 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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]()
## Contributing1. 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