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

https://github.com/erickdc7/pokeapi3

PokeAPI 3
https://github.com/erickdc7/pokeapi3

pokeapi react

Last synced: about 2 months ago
JSON representation

PokeAPI 3

Awesome Lists containing this project

README

          

# PokeAPI 03
This design is inspired by the work of [TA Coding](https://www.youtube.com/@tacoding). Click [here](https://youtu.be/E-T5R_GhT-k) to watch the video.

## Technologies
This web page was made with the following technologies:
- HTML5
- CSS3
- JavaScript
- React (useState, useEffect)
- PokeAPI

## Pages
This web page contains 2 sections: **Home** and **Details**.

### Home
#### In this section you will see a list of 649 pokemon, and if you hover over one of them, more information about that pokemon will appear on the left side.
![preview home section](src/assets/preview-1.png)

### Details
#### In this section you will be able to see the details of the pokemon you chose in the previous section, by clicking on one of them. You can see the details of that pokemon in a personalized way.
![preview home section](src/assets/preview-2.jpeg)