https://github.com/tien/pokedex
Interactive Pokédex powered by React.js
https://github.com/tien/pokedex
pokeapi pokedex react reactjs single-page-app typescript
Last synced: about 1 year ago
JSON representation
Interactive Pokédex powered by React.js
- Host: GitHub
- URL: https://github.com/tien/pokedex
- Owner: tien
- License: gpl-3.0
- Created: 2018-08-24T13:19:39.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T06:18:59.000Z (over 3 years ago)
- Last Synced: 2025-04-08T23:29:54.576Z (about 1 year ago)
- Topics: pokeapi, pokedex, react, reactjs, single-page-app, typescript
- Language: TypeScript
- Homepage: https://pokedex.digital
- Size: 7.98 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokedex
An interactive Pokedex built with React js using the [Pokéapi](https://pokeapi.co/) and data scraped from [Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Main_Page)
Live site: [https://pokedex.digital](https://pokedex.digital)
## 🚧 Development server
First, be sure to install the dependencies
```sh
yarn install
```
Then start a dev server on localhost:3000
```sh
yarn start
```
## 🏗 Building
```sh
yarn build
```
This will write a production build to the `build` folder.