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

https://github.com/wellitongervickas/react-pokedex

A simple pokedex project with React and Typescript
https://github.com/wellitongervickas/react-pokedex

pokedex pokemon reacthooks reactjs typescript

Last synced: 3 months ago
JSON representation

A simple pokedex project with React and Typescript

Awesome Lists containing this project

README

          

# Pokedex (reactjs)

[Heroku Demo](https://react-pokedex-typescript.herokuapp.com/)

## Environment Variables

| Variable | Description | Default Value |
|--|--|--|
| REACT_APP_API_URL | The RESTful Pokémon API | `https://pokeapi.co/api/v2/` |

## npm scripts

* npm install
* npm start
* npm test
* npm test:watch
* npm test:coverage

## System Requirements

* npm 6.14.5
* node v12.17.0
* React 16.13.1
* Ubuntu 18.04.2 LTS

## WSL / windows + ubuntu

PATH=$PATH:/mnt/c/Windows/System32