Skip to content

Created a Website using HTML, CSS and Javascript. Used The PokeAPI to Pull the data and display various pokemon giving their names, types and a picture.

Notifications You must be signed in to change notification settings

JoelSamson/Pokdex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Created a Website using HTML, CSS and Javascript. Used The PokeAPI to Pull the data and display various pokemon giving their names, types and a picture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published