My Projects
Rock, Paper & Scissors
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
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!