FraserProvan2 / react-pokedex

Minimal Pokemon Wiki powered by PokeAPI v2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Pokédex

Minimal Pokemon Wiki built with React/TypeScript, powered by PokeAPI v2.

Installation

The app was created using create-react-app, and uses the default build/start commands. To start run the following commands in the root directory:

npm install

npm start

Features

Search for pokemon by ID, Name, Next, Previous & Random. Data returned; name, sprite, description, type(s), base stats and learned moves.

Like in the games, there is a random chance of getting a alternate colour variation (shiny). There's a 10% chance of a shiny appearing.

About

Minimal Pokemon Wiki powered by PokeAPI v2.


Languages

Language:TypeScript 72.0%Language:CSS 21.7%Language:JavaScript 3.3%Language:HTML 3.0%