My Pokedex app is a simple web application using HTML, CSS, and vanilla JavaScript.

It loads data from an external API1 and enables the viewing of data points in detail.

To try it out, click on any Pokemon button to view its data in a modal.

Screenshot of a modal displaying the Pokemon Charmelon and its details, as a demo of this web application.

This app was built using VS Code and deployed using GitHub Pages.

Footnotes

  1. PokeAPI