https://github.com/jhcueva/pokedex
With the Pokedex you can look for any pokemon of the first generation.
https://github.com/jhcueva/pokedex
Last synced: 3 months ago
JSON representation
With the Pokedex you can look for any pokemon of the first generation.
- Host: GitHub
- URL: https://github.com/jhcueva/pokedex
- Owner: jhcueva
- License: mit
- Created: 2022-10-20T13:26:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T14:35:37.000Z (over 2 years ago)
- Last Synced: 2025-01-23T10:44:34.563Z (5 months ago)
- Language: TypeScript
- Homepage: https://pokedex-tau.vercel.app
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokedex
With the [**Pokedex**](https://pokedex-tau.vercel.app "**Pokedex**") you can look for any pokemon of the first generation.
![]()
## Open API
Pokedex uses the [PokeAPI](https://pokeapi.co/), PokeAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon.
## Installation
```
npm install
```## How to run
```
npm run dev
```## License
MIT