https://github.com/eliacontini/pokedex
Pokédex build on the top of https://pokeapi.co/
https://github.com/eliacontini/pokedex
javascript react react-router redux redux-thunk
Last synced: about 2 months ago
JSON representation
Pokédex build on the top of https://pokeapi.co/
- Host: GitHub
- URL: https://github.com/eliacontini/pokedex
- Owner: EliaContini
- Created: 2020-12-19T10:11:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T06:23:14.000Z (over 5 years ago)
- Last Synced: 2025-10-25T12:39:18.264Z (8 months ago)
- Topics: javascript, react, react-router, redux, redux-thunk
- Language: JavaScript
- Homepage: https://eliacontini.github.io/pokedex/
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokédex
Pokédex build on the top of [PokéAPI](https://pokeapi.co/).
This project was bootstrapped with [Create React App](https://create-react-app.dev/).
## Demo site
A Demo site is available at https://eliacontini.github.io/pokedex/.
## Set up development environment
$ npm install
## Run dev environment
$ npm start
The dev server will serve on http://localhost:3000/pokedex/.
## Build
$ npm run build
## Development notes
This project uses React, React Redux (with Redux Thunk) and React Router.
Some API tests are available in `tests/api` folder. To run them, first be sure
that in the folder there is a symbolic link to `src/api` folder.
If you need to create, open the terminal and run
$ ln -s ./../../src/api api
The run the script
$ ./dev_server.run
The test server will serve on http://localhost:8080/.
# Credits
App icons by https://www.iconfinder.com/iconsets/pokemon-go-vol-2/.