This repository contains a simple web application for searching Pokémon using the PokeAPI.
The application consists of HTML, CSS, and JavaScript files. It fetches Pokémon data from the PokeAPI and allows users to search for Pokémon by name or number.
index.html: The main HTML file that contains the structure of the application. detail.html: The HTML file for displaying detailed information about a Pokémon. style.css: The CSS file that styles the application. pokemon.js: The JavaScript file responsible for fetching Pokémon data and rendering the Pokémon list. search.js: The JavaScript file responsible for implementing search functionality. pokemon-details.js: The JavaScript file responsible for displaying detailed information about a Pokémon on the detail page. Features Fetch Pokémon Data: The application fetches Pokémon data from the PokeAPI. Search Pokémon: Users can search for Pokémon by name or number. Filtering: Users can filter Pokémon by name or number. Clickable Pokémon List: Each Pokémon in the list is clickable and redirects to a detailed page. Detailed Pokémon Information: The application provides detailed information about each Pokémon, including its type, weight, height, moves, description, and base stats.
To use this application:
Clone the repository to your local machine. Open the index.html file in a web browser. Use the search input to search for Pokémon by name or number. Use the filter options to filter Pokémon by name or number. Click on a Pokémon in the list to view its details. On the detail page (detail.html), you can view detailed information about the selected Pokémon.
Pokémon data is fetched from the PokeAPI. Pokémon images are sourced from the PokeAPI GitHub repository.