In this project, I made a simple "rock, paper, scissors" game. The initial version of this game was played through the console and browser prompts, but I upgraded the user interface as I learned how to manipulate the DOM.
View project: https://ellin.github.io/rock-paper-scissors/
Through this project, I practiced the following skills:
- DOM manipulation
- Responsive design with CSS flexbox & clamp
- Game logic
- Creating and merging branches with git
