Giphy Project

This project is one of the last ones I made during my Code Nation fellowship. An API was used to pull a gif of the search term and display it on the website. As an extra feature, the user is able to email the gif to someone when the option is clicked.

Rock Paper Scissors!

This project is where I started to use more conditionals and functions. A function was made to specifically make a choice between rock, paper, or scissors, then that choice was compaired to the player's choice to see who had won the round with the redults displayed on the screen.

Playlist Project

This project is relatively simple, it is a playlist of songs I like with the option of being able to add your own songs to the playlist by entering some information like song links. It is one of the first times I learned how to use objects within functions. I would later go on to to use fuctions and objects more in later projects.

Batman: Detective Work

I made this project during my first year at Code Nation. This is a choice text-based game where you play as Batman and make decisions as him. This game has multiple endings depening on your choices. This project uses a lot of divs and conditionals to make up the page. The constent use of divs is where my understanding of flexbox and styling with CSS improved.