/RockPaperScissors

JavaScript exercise from The Odin Project

Primary LanguageJavaScript

RockPaperScissors

My first JavaScript project!

Live Demo

JavaScript exercise from The Odin Project to create a simple Rock, Paper, Scissors game. The first stage was to create a game to run in the console, then the code was revisited to build a UI after a few more lessons.

What I learned:

  • Adding event listeners
  • Manipulating element styles and content
  • Improved my understanding of JavaScript functions
  • Customising fonts using Google fonts
  • Adding a glow effect to text and containers using CSS