Pokédex - A JavaScript Web App
Pokédex - A JavaScript Web App
Pokédex is an interactive web application built with JavaScript, HTML , and CSS that allows users to browse Pokémon data and view detailed information. This project uses data from an external Pokémon API to provide a dynamic experience and implements clean, user-friendly design elements.
The Pokédex JavaScript App is a simple js application where users can view a list of Pokémon, search for specific Pokémon, and view additional details in a modal. It emphasizes responsive design, clean code practices, and compatibility with major web browsers. This project was created to showcase front-end development skills, particularly with JavaScript, HTML, CSS, and external API integration.
· The application fetches data from an external Pokémon API.
· Displays a list of Pokémon with their basic information.
· On clicking a Pokémon in the list, a modal appears with additional details, such as type, abilities, and stats.
· Uses CSS and Bootstrap to ensure usability across various devices and screen sizes.
· JavaScript
· HTML
· CSS
· Bootstrap
· jQuery
· RESTful Pokémon API is used to fetch Pokémon data and details
· Custom font (Barriecito, Roboto) from Google Fonts
· GitHub, Twitter, and LinkedIn social media icons for footer
· For code quality and to enforce JavaScript best practices.
· For deployment of the app.