A simple web app that lets you search for Pokémon using the PokeAPI. You can look up any Pokémon by name, or fetch a random one. The app displays artwork, type, abilities, height, weight, and base stats — all styled dynamically by Pokémon type.
- Search Pokémon by name
- Autocomplete suggestions using jQuery UI
- Random Pokémon generator
- Displays artwork, types, abilities, stats, and more
- Responsive dark-themed design with Pokémon-style buttons
- HTML5
- CSS3
- JavaScript (ES6+)
- jQuery & jQuery UI
- PokeAPI
Clone this repository:
git clone https://github.com/pielock/Bunch-O-wizzards.git-
Open index.html in your browser — no setup required.
-
Type a Pokémon name (e.g., pikachu) and hit Enter or click Fetch Pokémon.
-
Click Select Random to get a random Pokémon.
PokeAPI
- https://pokeapi.co/
- RESTful Pokémon API.