https://github.com/leojuriolli7/pokedex
This app displays a list of pokemons and their unique abilities.
https://github.com/leojuriolli7/pokedex
api front-end frontend html poke-api pokeapi pokedex pokemon pokemon-api react reactjs ts typescript
Last synced: about 1 month ago
JSON representation
This app displays a list of pokemons and their unique abilities.
- Host: GitHub
- URL: https://github.com/leojuriolli7/pokedex
- Owner: leojuriolli7
- Created: 2022-03-02T02:15:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T18:55:02.000Z (over 3 years ago)
- Last Synced: 2025-07-09T04:39:52.937Z (11 months ago)
- Topics: api, front-end, frontend, html, poke-api, pokeapi, pokedex, pokemon, pokemon-api, react, reactjs, ts, typescript
- Language: TypeScript
- Homepage: https://pokedex-leojuriolli.vercel.app/
- Size: 631 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Pokedex
This app was created with ReactJS and consumes the Poke API using Axios.
It displays a list of the original 151 pokemon and when one of them is clicked, it opens a modal listing their unique abilities.
Deployed on Vercel: https://pokedex-leojuriolli.vercel.app/
## Installation
Clone the project:
```bash
git clone git@github.com:leojuriolli7/pokedex.git
```
Go to the project directory:
```bash
cd pokedex
```
Install the project dependencies:
```bash
npm install
```
## Usage
Start the application:
```bash
npm start
```