Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 896 Bytes

File metadata and controls

38 lines (27 loc) · 896 Bytes

🔍 Pokémon Autocomplete Pokédex

A retro-style Pokédex web app with autocomplete functionality using the PokéAPI.
Type part of a Pokémon's name and see instant suggestions. Click to view full details!

🎮 Features

  • Autocomplete Pokémon names as you type
  • Suggestions based on first characters
  • Show detailed information:
    • Name and ID
    • Types (with colors)
    • Height and weight
    • Official sprite image
  • Retro Pokédex design (inspired by classic games)
  • Pixel-style font
  • Mobile responsive

🌐 Live Preview

🛠️ Tech Stack

  • HTML
  • CSS
  • JavaScript
  • PokéAPI

📦 How to Use

  1. Clone this repository
    git clone https://github.com/your-username/pokemon-autocomplete.git

  2. Open index.html in your browser
    Or upload to any static site host (e.g., GitHub Pages)

📜 License

MIT – Free to use and modify.