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

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

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.