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

https://github.com/daviddevgt/pokeapi

Pokemon API project
https://github.com/daviddevgt/pokeapi

poke pokemon-api

Last synced: 11 months ago
JSON representation

Pokemon API project

Awesome Lists containing this project

README

          

# Pokedex

A simple web application that serves as a Pokedex for exploring the first generation of Pokemon. It allows users to view detailed information about the 151 Pokemon, including their types, abilities, and more.

### About

The Pokedex web application provides a user-friendly interface for accessing information about Pokemon from the first generation. It utilizes the PokeAPI to fetch data about each Pokemon, including their names, types, heights, weights, and images. The application also allows filtering Pokemon based on their types.

### Installation

To run the Pokedex application locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/your-username/pokedex.git
```

2. Navigate to the project directory:
```bash
cd pokedex
```
3. Open the index.html file in your preferred web browser.

### Usage

Upon opening the Pokedex application, you will see a navigation bar at the top with various buttons representing different Pokemon types. Clicking on a type button will display Pokemon of that type. To view all Pokemon, click the "Ver todos" (See all) button.

Each Pokemon entry includes the following information:

- Pokemon ID: A unique identifier for the Pokemon.
- Pokemon Image: An image representing the Pokemon's appearance.
- Name: The name of the Pokemon.
- Types: The types of the Pokemon.
- Stats: Additional statistics about the Pokemon, such as height and weight.

You can explore different Pokemon types by clicking on the corresponding type buttons in the navigation bar. The Pokemon entries will dynamically update based on the selected type.

### Contributing

Contributions to the Pokedex project are welcome and encouraged. If you would like to contribute, please follow these steps:

- Fork the repository.
- Create a new branch for your feature or bug fix.
- Implement your changes.
- Commit and push your changes to your forked repository.
- Create a pull request with a detailed description of your changes.