Skip to content

This project is a simple Pokémon web app using the PokéAPI. It lets users search by Pokémon name or ID to view details like their name, image, and abilities. Built with responsive design, it’s user-friendly and perfect for fans or developers learning API integration.

Notifications You must be signed in to change notification settings

SampadMondal-git/poke-verse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon Fetch API

This project is a simple web application that fetches and displays data about Pokémon using the PokéAPI.

Features

  • Fetches data from the PokéAPI.

  • Displays Pokémon information such as name, image, and abilities.

  • Responsive design for optimal viewing on different devices.

Project Structure:

Pokemon-fetch-api/
├── public/
│   └── index.html
├── src/
│   ├── App.js
│   │   └── fetch.jsx
│   │   └── loader.jsx
│   │   └── result.jsx
│   │   └── error.jsx
│   ├── App.css 
│   │   └── fetch.css
│   │   └── loader.css
│   │   └── result.css
│   │   └── error.css
│   └── index.js
├── package.json
├── package-lock.js
└── README.md

Installation

1. Clone the repository:

git clone https://github.com/SampadMondal-git/poke-verse.git

2. Navigate to the project directory:

cd pokemon-fetch-api

3. Open index.html in your preferred web browser.

open index.html

Usage

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

Click the "Search" button to fetch and display the Pokémon's information.

Contributing

Contributions are welcome! Please fork this repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Data provided by PokéAPI.

Inspired by the Pokémon franchise.# find-your-Pokemon

Creator

Designed with love by Samy, straight from the heart of Kolkata.

About

This project is a simple Pokémon web app using the PokéAPI. It lets users search by Pokémon name or ID to view details like their name, image, and abilities. Built with responsive design, it’s user-friendly and perfect for fans or developers learning API integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published