Skip to content

harshilvaliya/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

This project is a simple Pokedex web application that allows users to search and view details about the first 151 Pokemon. The application fetches data from the PokeAPI and displays it in a user-friendly interface.

Features

  • Search Functionality: Users can search for Pokemon by name or number.
  • Filter Options: Users can filter the search results by Pokemon number or name.
  • Pokemon List: Displays a list of Pokemon with their images and names.
  • Pokemon Details: Clicking on a Pokemon displays detailed information including its abilities, stats, and type.

Technology

  • HTML: The structure of the web pages.
  • CSS: Styling the application, including responsive design.
  • JavaScript: Fetching data from the PokeAPI, handling user interactions, and updating the DOM.
  • PokeAPI: A RESTful API used to get Pokemon data.