A simple web application that allows users to search for Pokémon by name or ID. It fetches Pokémon details from the PokéAPI and displays information such as name, ID, type, weight, height, and base stats.
- 🔎 Search for Pokémon using their name or ID
- 📜 Displays Pokémon stats, including height, weight, and base stats
- 🎨 Clean and responsive UI
- 🌐 Uses the PokéAPI to fetch data
- HTML
- CSS
- JavaScript
- PokéAPI
- Clone the repository:
git clone https://github.com/AyushShuklaIIIT/PokemonSearchApp.git
- Navigate to the project folder:
cd PokemonSearchApp - Open
pokémon.htmlin a web browser.
- Enter the Pokémon name or ID in the search box.
- Click the "Search" button.
- View the Pokémon’s image, type, and base stats.
This project uses the PokéAPI:
🔗 https://pokeapi.co/
Feel free to fork the repository and submit pull requests with improvements!
This project is open-source and free to use.