https://github.com/aeueoe/pokedex-app
a simple index app with HTML, CSS, JavaScript. The app loads data from an external API.
https://github.com/aeueoe/pokedex-app
bootstrap html5 javascript modal search-box
Last synced: about 2 months ago
JSON representation
a simple index app with HTML, CSS, JavaScript. The app loads data from an external API.
- Host: GitHub
- URL: https://github.com/aeueoe/pokedex-app
- Owner: aeueoe
- Created: 2024-06-02T14:09:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T12:20:05.000Z (about 2 years ago)
- Last Synced: 2025-01-22T16:32:55.138Z (over 1 year ago)
- Topics: bootstrap, html5, javascript, modal, search-box
- Language: JavaScript
- Homepage: https://aeueoe.github.io/Pokedex-app/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Live](https://aeueoe.github.io/Pokedex-app/)
# Pokedex APP
This project is a Pokémon repository that loads data from the PokéAPI and displays a list of Pokémon cards with a search functionality. When a Pokémon card is clicked, it shows detailed information about the Pokémon in a modal.
# Features
Displays a list of Pokémon cards with names and images.
Allows users to search for Pokémon by name.
Shows detailed information about a Pokémon in a modal when its card is clicked.
Responsive design that adapts to different screen sizes.
# Get Started
To run the Pokédex locally on your machine:
Clone the Repository: Download the repository as a zip file or use Git to clone it to your local machine.
Navigate to Project Folder: Open the project folder on your computer.
Run the Application: Launch the index.html file in your preferred web browser.
# External API Integration
The Pokédex project utilizes data from the Pokémon API to fetch information about different Pokémon species. The API provides extensive details, allowing users to explore the vast world of Pokémon seamlessly.
API Endpoint: **API Endpoint**: [Pokémon API](https://pokeapi.co/api/v2/pokemon/)
The project used HTML, CSS, Javasctipt, Bootstrap, Eslint.