Skip to content

kingadarsh/Pokemon2-API-DOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon Project

Overview

This project allows users to search for Pokémon by name or retrieve a specified number of Pokémon while filtering them based on their types (Fire, Water, Flying, Ice). It utilizes the Pokémon API to fetch data and display it in a user-friendly format.

Features

  • Search by Pokémon Name: Enter the name of a Pokémon to retrieve its details.
  • Retrieve Multiple Pokémon: Specify a number to fetch that many Pokémon at once.
  • Filter by Type: Choose from various Pokémon types (e.g., Fire, Water, Flying, Ice) to filter the displayed Pokémon.
  • Responsive Design: The application is designed to work on various screen sizes.

Technologies Used

  • HTML: For structuring the content.
  • CSS: For styling the application.
  • JavaScript: For fetching data from the Pokémon API and handling user interactions.

Screenrecording Of the project

Screen.Recording.2024-10-08.at.9.03.19.PM.mov

Live Demo

You can view the live project here.

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/YourUsername/Pokemon-Project.git