Random Number Generator
This is a simple web application that generates a random number within a user-specified range.
How to Use
- Open
index.htmlin your web browser. - Enter the minimum and maximum values for the range in the provided input fields.
- Click the "Generate" button to generate a random number within the specified range.
- The generated number will be displayed below the form.
Project Structure
index.html: This file contains the HTML structure of the application.style.css: This file contains the CSS styles for the application.script.js: This file contains the JavaScript code that powers the application.
Running Locally
To run this application on your local machine, simply clone the repository and open index.html in your web browser. No server setup is required.
This project is open source and available under the MIT License.
Log in or sign up for Devpost to join the conversation.