aloukikjoshi / JavaScript-Mini-Projects

JavaScript-Mini-Projects is a collection of basic projects aimed at helping beginners learn JavaScript and its associated technologies. The projects cover a range of concepts and frameworks, including npm, React, and Vue. Contributions are welcome!
MIT License
1 stars 10 forks source link

Add Rock-Paper-Scissors game implementation #20

Closed imakim03 closed 2 weeks ago

imakim03 commented 3 weeks ago

Summary

This pull request adds a Rock-Paper-Scissors game to the project. It includes the following changes:

Details