This Simple Pokédex Web App is an interactive tool for Pokémon enthusiasts. Built with vanilla HTML, CSS, and JavaScript, it fetches data dynamically from the PokeAPI, providing users with up-to-date and comprehensive information about various Pokémon.
- Data from PokeAPI: Retrieves Pokémon data directly from PokeAPI, ensuring accurate and extensive Pokémon information.
- Browse Pokémon: Users can view a list of Pokémon with essential details.
- On-Click Modal Information: Detailed information about each Pokémon is displayed in a modal upon clicking a Pokémon card.
- Responsive Design: The app is fully responsive, offering a seamless experience on both desktop and mobile devices.
- Pure JavaScript Implementation: No external libraries or frameworks, simplifying maintenance and understanding of the codebase.
- Any modern web browser like Chrome, Firefox, or Safari.
- Clone the repository:
git clone https://github.com/Dantris/simple-js-app
- Navigate to the project directory and open the
index.html
file in your browser to start using the app.
- Upon launch, the app displays a list of Pokémon fetched from the PokeAPI.
- Click on any Pokémon card to open a modal with more detailed information, including stats, abilities, and more.
- Close the modal by clicking outside the modal window or on the close button.
Your contributions are welcome to improve the Pokédex app. Please refer to the contribution guidelines for more information on submitting pull requests.
For feedback or issues, feel free to open an issue in the GitHub repository or contact us at email@example.com
.
This project is open-source and is licensed under the MIT License.
Special thanks to the creators of PokeAPI for providing an excellent resource for Pokémon data. This project is a tribute to Pokémon fans and developers alike.