This web application allows users to view a library of Pokemon. Users can click on a Pokemon to see detailed information such as height, types, and an image. The data is fetched dynamically from an external REST API.
The goal of this project was to build a web application using HTML, CSS, and vanilla JavaScript. Focus areas included DOM manipulation, working with APIs (fetch), and handling asynchronous JavaScript.