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.
Link: Hama's Rock Paper Scissors
- 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