Javascript Web App
A responsive JavaScript web app that fetches Pokemon data from an external API, displays a searchable list and opens detailed information in modal views.
Pokedex is an interactive web application built with JavaScript, HTML and CSS that allows users to browse Pokemon data and inspect additional details through modal views. The app uses an external Pokemon API to create a dynamic and user-friendly browsing experience.
Users can view a list of Pokemon, search for specific entries and open detailed information such as type, abilities and stats. The interface was designed to stay responsive across devices and to work consistently in major web browsers.
As one of the earlier projects from my training, it captures an important stage in my learning process. It focuses on frontend fundamentals such as API integration, DOM updates, responsive layout and clean JavaScript structure before moving into larger frameworks.