A simple web app that fetches and displays Pokémon data (sprite/image, height, weight) from the PokéAPI.
- Dropdown menu to select a Pokémon.
- Displays the selected Pokémon's sprite, height, and weight.
- Clone this repository (or download the files):
git clone https://github.com/wendylogan/poke-api.git
- Open the index.html file in your browser: Double-click the file, or Use a live server (e.g., VS Code's Live Server extension)
- HTML/CSS
- JavaScript
- PokéAPI
Screenshot 1: Select the dropdown on the initial screen to view a list of Pokemon names
Screenshot 2: Select a Pokemon name from the dropdown to view Pokemon information
Screenshot 3: Results display the Pokemon's sprite, height, and weight
- Add GIFs of Pokemon sprites/images
- List Pokemon additional information (abilities, stats, species, etc.)