Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 463 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 463 Bytes

rock-paper-scissors

In this repository, I will build a Rock Paper Scissors website using JavaScript, HTML, and CSS along with the rough guidelines from The Odin Project.

Live Demo:

Link: Hama's Rock Paper Scissors

What I Learned:

  • How events work in JS
  • How to handle events and run functions based on them
  • Code structure and how to plan for expandability
  • Documentation and how important it is