I created this program utilizing the poke API available online. By applying JavaScript's fetch function, I allow the user to search for a pokemon then dynamically display information about the pokemon they searched using the JSON data response returned from the fetch.
The burger builder is a program built using React, a very popular JavaScript library. Making use of some of Reacts most important features such as state change, functional / class components, and props, I was able to create a constanty updating mini app that responds to user input for building a tasty burger.
It's a fun little game where the goal is to have all "lights"(squares) blacked out. The challenge comes from pressing any of the lights which will toggle it and the four lights adjacent to it. I created my rendition of Lights out using solely JavaScript, HTML and CSS. With the main board created using a 5x5 CSS grid of buttons.