Rock Paper Scissors GameThe Odin Project

Live Demo|

This is a small project which is part of the web development Foundations course within The Odin Project curriculum. This project aims to develop JS skills in general from debugging to integrating it with a UI via the creation of a Rock Paper Scissors Game.

As shown below the app is capable of allowing the user to play the computer with the UI keeping track of scores and also notifying the user of the previous round's result.

What did I learn?