Projects

# Image Link Summary:
1 Rock, paper, scissors Users can enter "rock", "paper", or "scissors" and the computer will generate one of the 3 choices. After entering one of the choices, users will see if they won, lost, or tied. Coding languages used are HTML, CSS, and JavaScript.
2 Playlist Users can enter in the song's information and listen to their favorite songs. They can click on the link, which will direct them to the song. Coding languages used are HTML, CSS, and JavaScript.
3 Tic Tac Toe Users can click on the tiles and it will either show up as "X" or "O". Users have to get 3 "X" or "O" to win. Coding languages used are HTML, CSS, and JavaScript.
4 Giphy Users can type out a word in the search bar. After that, it will search for one random GIF that relates to the word the user typed out. Coding languages used are HTML, CSS, and JavaScript.
5 Turtle Race Users can click on enter to see which turtle wins the race. Coding languages used are Python.