Pokedex

front-end dev

This project stemmed from a javascript project from Devslopes Web Academy. Once the project was completed, I went back to add some filtering features as well clean up the layout.

This project was built using vanilla javascript, HTML, and CSS. I am hoping to rebuild this site using React.js in the near future.

Some challenges that I faced were: Getting the api to properly render the cards. Using the data attribute to pass information from the api to allow me to create a filter function was one of the largest challenges.