Random Number Generator is a web application designed to generate random numbers within a specified range. It includes a user-friendly interface built with HTML, styled using CSS, and utilizes JavaScript for dynamic functionality.
-
User-Friendly Interface: The application offers a clean and straightforward interface for generating random numbers.
-
Random Number Generation: Input a range, click the "Generate" button, and the application will display a random number within the specified range.
-
Enter Range: Input the minimum and maximum values into the designated input fields.
-
Generate Random Number: Click the "Generate" button to generate a random number within the specified range.
-
HTML (index.html): Defines the structure of the web page.
-
CSS (style.css): Styles the HTML elements for a visually appealing interface.
-
JavaScript (script.js): Implements the logic for generating random numbers and handling user interactions.
- Web browser
-
Clone or download the repository to your local machine.
-
Open the
index.htmlfile in a web browser.
This project is open-source and is available under the MIT License. Feel free to use and modify the code as needed.
To experience this project, you can visit the following link: Random Number Generator

