Random Number Generator

This is a simple web application that generates a random number within a user-specified range.

How to Use

  1. Open index.html in your web browser.
  2. Enter the minimum and maximum values for the range in the provided input fields.
  3. Click the "Generate" button to generate a random number within the specified range.
  4. 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.

Built With

Share this project:

Updates