diff --git a/NumberGuessingGame/vinay-s36/README.md b/NumberGuessingGame/vinay-s36/README.md new file mode 100644 index 000000000..1ed58459d --- /dev/null +++ b/NumberGuessingGame/vinay-s36/README.md @@ -0,0 +1,19 @@ +#### Summary +Guess It - The Random Number Guesser project in JavaScript is an interactive web application that challenges users to guess a randomly generated number within a specified range. It provides an engaging way to learn and practice JavaScript programming while creating a fun user experience. + +#### Setup +1. Fork the repository from github [vinay-s36](https://github.com/vinay-s36/Guess-It) +2. clone the repository +3. Run it using any IDE like [VSCode](https://code.visualstudio.com/) or even simple text editors will work + +#### Live project link - https://vinay-s36.github.io/Guess-It/ + +#### Screenshot + + + + + + +Let me know if there are any issues 😁 +#### Happy Coding All #### diff --git a/NumberGuessingGame/vinay-s36/index.html b/NumberGuessingGame/vinay-s36/index.html new file mode 100644 index 000000000..b0f0aa759 --- /dev/null +++ b/NumberGuessingGame/vinay-s36/index.html @@ -0,0 +1,33 @@ + + +
+ + + + + +Guess the number between 1 and 100
+