This is a simple web application that fetches data from the PokeAPI and dynamically displays information about the first 151 Pokémon.
- Displays Pokémon images, names, IDs, weights, and types in a modern Pokedex interface.
- Utilizes JavaScript to dynamically generate Pokémon elements.
- Implements a search feature to filter and find specific Pokémon.
- Clone the repository to your local machine.
- Open the
index.html
file in your preferred web browser.
- PokeAPI: Used to retrieve Pokémon data.
- FontAwesome: Provides the search icon.
index.html
: Main HTML file for the Pokedex.styles.css
: Stylesheet for the Pokedex.script.js
: JavaScript file containing logic for fetching and displaying Pokémon data.README.md
: Project documentation.
If you'd like to contribute to the project, feel free to fork the repository and submit a pull request. Issues and feature requests are welcome as well.
- Pokémon data is sourced from the PokeAPI.
- Icons by FontAwesome.