Skip to content

PriteshThorat/Pok-mon-Search-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published