This project creates a simple Pokémon gallery displaying the first 151 Pokémon. It fetches and displays images of each Pokémon along with their respective numbers using data from the PokéAPI.
- To avoid rate-limiting issues, a small delay (setTimeout) is added between requests while fetching the images.
- Dynamic Gallery – Displays the first 151 Pokémon with images and numbers
- Rate-Limit Friendly – Adds a delay between API requests to avoid throttling
- Responsive Layout – Images are displayed side-by-side and adapt to screen sizes
- Styled Appearance – Uses custom fonts, spacing, and colors for a fun look
- HTML5
- CSS3
- JavaScript(ES6+)
- PokeAPI Sprites
- Google Fonts
Just clone the repo and open Pokemon.html in your browser — no installation required.
You're welcome to fork this project and experiment!
Open a pull request if you'd like to suggest improvements.
- Pokémon images are sourced from PokeAPI.
This project is licensed under the MIT License - see the LICENSE file for details.


