Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.46 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.46 KB

Pokémon Search App

A simple web app to search for Pokémon by name or ID, displaying relevant information about the Pokémon such as its type, abilities, and base stats. The app fetches data from the PokéAPI Proxy.

Features

  • Search for Pokémon by name or ID.
  • Display Pokémon details including:
    • Name
    • ID
    • Type(s)
    • Abilities
    • Base stats (HP, Attack, Defense, etc.)
    • Image
  • Simple and responsive UI.

Technologies Used

Usage

  1. Enter a Pokémon name or ID in the search bar.

  2. Click the "Search" button or press "Enter."

  3. The app will display the Pokémon's details if found, or show an error message if the Pokémon doesn't exist.

API Reference

This app uses the PokéAPI Proxy, a free RESTful API that provides information about Pokémon.

Example

Searching for "Pikachu" returns:

  • Name: Pikachu
  • ID: 25
  • Type(s): Electric
  • Abilities: Static, Lightning Rod
  • Base stats: HP: 35, Attack: 55, Defense: 40, etc.

Deployed Website

You can access the deployed website here.