Simple JS Pokedex App Image

Simple JS Pokedex App

"Gotta Catch em All!" is admittedly is a lot easier when you can just request em all through an API.

This was one of the first projects that I built through the CareerFoundry program and serves as my introduction to Javascript.

While nothing here is complex or particularly impressive, it serves as a stepping stone of sorts, it was my first time working with Javascript. I am proud of how it came out and the design I was able to come up with for the page.

In the future I may go back to this app and update it and add more features to it, but for now I like the reminder of where I started this particular journey.

HTML, CSS, and Bootstrap
This app is designed to be be super minimal using basic HTML with some CSS styling
Javascript
The backbone of this particular app. Uses Javascript to access the Pokedex API and populate the page from the information that it gathered.