A simple and interactive Pokedex web application built with modern JavaScript that fetches real-time Pokémon data using the PokeAPI. It allows users to search for Pokémon by their ID or name and displays detailed information such as types, abilities, stats, and images.
- PokeAPI
- Endpoint format:
- Search Pokémon by name or ID
- Display Pokémon image, name, type(s), abilities, and base stats
- Responsive and clean UI
- Error handling for invalid inputs
- Fast and lightweight application
- HTML5
- CSS3
- JavaScript (Vanilla)
- Fetch API
- Clone the repository:
git clone https://github.com/your-username/pokedex.git
cd pokedex