Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.66 KB

README.md

File metadata and controls

72 lines (46 loc) · 1.66 KB

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.