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

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.

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
```