jaceyh / simple-js-pokedex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 82.6%Language:HTML 12.7%Language:CSS 4.7%