My Projects

Rock, Paper & Scissors

project-image

Used HTML, CSS & JavaScript to create a Rock, Paper & Scissors game. I used the DOM Manipulation method to create a score that updates everytime you Win, Lose or Tie. I made it so that it can also save the results in local storage!

StopWatch

project-image

I made this stopwatch with the functionalities to start, stop and reset the timer. It also utilizes the DOM manipulation to display the elapsed time in clear format. The stopwatch measures time from milliseconds to hours and updates the display in real-time!

Number-Guessing Game

project-image

This is a rather simple one, I used a while loop and some if/else statements to create this game. It uses the `alert()` method to display and take input from the user. I plan to improve this one.

Random Quote Generator

project-image

This is also very simple, I used the `Math` object to generate a random number that corelates to a specific quotes stored in an array. I used a simple button to initiate the quote generation.