This is a simple Pokedex web application that allows users to search for Pokémon by name and display their details. The app uses the PokéAPI to fetch Pokémon data, including their name, image, and type. my first project working with APIs
- Search Functionality: Enter a Pokémon's name to view its details.
- Dynamic Display: Shows the Pokémon's name, shiny sprite, and primary type.
- Responsive Design: User-friendly and optimized for various screen sizes.
- HTML: For the structure of the webpage.
- CSS: For styling and layout.
- JavaScript: For fetching and displaying Pokémon data dynamically.
- PokéAPI: For fetching real-time Pokémon data.
- Enter the name of a Pokémon in the search bar.
- Click the "Submit" button.
- View the Pokémon's shiny sprite, name, and type.
- Clone the repository:
git clone https://github.com/your-username/pokedex-project.git

