Skip to content

Commit ed5b57a

Browse files
committed
rename folder, add readme and screenshoot
1 parent f0d9b03 commit ed5b57a

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generate Random Number
2+
3+
This is a JavaScript program that generates a random number between two numbers. The user can input the number and the program will generate the number between user input.
4+
5+
## How to Use
6+
7+
1. Enter the first number in the first input box.
8+
2. Enter the second number in the second input box.
9+
3. Click the "Generate Random Number" button to generate a random number between the two numbers.
10+
4. The program will display the random number
11+
12+
## Screenshot
13+
![Random Number Screenshot](./assets/generate-random-number.png)
Loading
File renamed without changes.

0 commit comments

Comments
 (0)