Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.23 KB

File metadata and controls

41 lines (33 loc) · 1.23 KB

Pokémon Search App

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.

🚀 Features

  • 🔎 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

🛠️ Tech Stack

  • HTML
  • CSS
  • JavaScript
  • PokéAPI

📥 Installation

  1. Clone the repository:
    git clone https://github.com/AyushShuklaIIIT/PokemonSearchApp.git
  2. Navigate to the project folder:
    cd PokemonSearchApp
  3. Open pokémon.html in a web browser.

💡 How to Use

  1. Enter the Pokémon name or ID in the search box.
  2. Click the "Search" button.
  3. View the Pokémon’s image, type, and base stats.

📜 API Used

This project uses the PokéAPI:
🔗 https://pokeapi.co/

🙌 Contributing

Feel free to fork the repository and submit pull requests with improvements!

📄 License

This project is open-source and free to use.