Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.75 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.75 KB

Pokedex Project

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.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How It Works

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.

Hosting

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

Features

  • 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.

How to Use

  1. Clone the repository to your local machine.
  2. Open the index.html file in your web browser.

Preview

Acknowledgements

Feel free to contribute and enhance the project!