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
- Host: GitHub
- URL: https://github.com/wellitongervickas/react-pokedex
- Owner: wellitongervickas
- Created: 2020-06-07T18:06:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:51:21.000Z (over 4 years ago)
- Last Synced: 2025-03-30T05:18:59.086Z (over 1 year ago)
- Topics: pokedex, pokemon, reacthooks, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 656 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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