This project is a simple web application that fetches and displays data about Pokémon using the PokéAPI.
-
Fetches data from the PokéAPI.
-
Displays Pokémon information such as name, image, and abilities.
-
Responsive design for optimal viewing on different devices.
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
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
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.
Contributions are welcome! Please fork this repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
Data provided by PokéAPI.
Inspired by the Pokémon franchise.# find-your-Pokemon
Designed with love by Samy, straight from the heart of Kolkata.