A simple, interactive application that allows users to search for Pokémon by name and view basic details about each one. This project uses the PokéAPI to fetch data, providing a seamless way to explore different Pokémon and their characteristics.
You can try the app live by visiting the following link: Pokemon Search App
Feel free to search for your favorite Pokémon and explore their details! 🚀
This application allows users to search for Pokémon by name or ID and view relevant details for each one. Below are some screenshots illustrating the app's main functionalities:
- Search Functionality: Find Pokémon by typing their name.
- Pokémon Details: Displays basic information for each Pokémon, such as type, abilities, and stats.
- Responsive Design: Optimized for different screen sizes for a better user experience.
- Frontend: HTML, CSS, JavaScript
- API: PokéAPI
- Clone the repository:
git clone https://github.com/OrasanuAna/Pokemon-Search-App.git
- Navigate to the project directory:
cd Pokemon-Search-App
- Open
index.html
in your browser to start the app.
- Enter the name of a Pokémon in the search bar.
- Press "Search" to display information about the selected Pokémon.
- View the Pokémon's type, abilities, and other stats displayed on the screen.
- Add filters for types and abilities.
- Implement a favorites feature to save frequently viewed Pokémon.
- Display additional Pokémon data, like moves and evolution stages.
Feel free to submit issues and pull requests if you'd like to contribute. Contributions are always welcome!