This project is a simple web application that utilizes the Pokemon API to create a Pokedex. The Pokedex displays information about the first 150 Pokemon, including their names, IDs, types, base experience, and weight. The data is fetched from the Pokemon API and displayed in a clean and user-friendly interface.
- HTML
- CSS
- JavaScript
The application makes use of the Pokemon API to fetch information about the first 150 Pokemon species. It then dynamically creates cards for each Pokemon, displaying details such as ID, name, type, base experience, and weight. The information is presented in a grid layout for easy navigation and readability.
This project is hosted on Netlify, a powerful platform for hosting modern web projects. You can access the live version of the Pokedex here: Pokedex Live Demo
- Pokemon Information: View details about the first 150 Pokemon, including their names, IDs, types, base experience, and weight.
- Responsive Design: The Pokedex is designed to be responsive and can be viewed on various devices, including desktops, tablets, and smartphones.
- Hover Animation: Cards have a subtle bounce animation when hovered over, providing a visually appealing user experience.
- Clone the repository to your local machine.
- Open the
index.html
file in your web browser.
- Pokemon API: For providing the data used in this project.
- Fonts: Google Fonts - Poppins
Feel free to contribute and enhance the project!