Make a pokedex website that will display imported data and an image from a spritesheet for a certain pokemon.
Learn how to use JQuery to load data from a CSV file and then display it on a website
This is the second lesson in creating a Pokedex Website. It will focus on using P5JS with the pokemon data to display a sprite and information for a certain pokemon.
This is the third lesson in creating a Pokedex Website. It will focus on using HTML elements to change the Javascript code.