A web-based Random Number Generator that generates unique random numbers within a specified range. Features include generating multiple numbers, tracking the history of generated numbers, and options to reset inputs and remove specific numbers. The interface is simple, user-friendly, and includes a scrollable history.
- Generate random numbers within a user-specified range.
- Option to generate multiple unique numbers at once.
- Remove specific generated numbers from the list.
- Track and display the history of generated numbers.
- Reset inputs, results, and history with one click.
- Scrollable history section for easy navigation.
You can view a live demo here.
- A modern web browser (e.g., Google Chrome, Mozilla Firefox)
- Clone the repository:
git clone https://github.com/your_username/random-number-generator.git```
- Open the index.html file in your preferred web browser.
- Enter the minimum and maximum values for the range.
- Specify the quantity of numbers to generate.
- Click Generate to see the results.
- View the history of generated numbers in the scrollable history section.
- Use the Reset button to clear all inputs, results, and history.
index.html
: Main HTML file.style.css
: CSS file for styling the application.script.js
: JavaScript file containing the application's logic.
Contributions are welcome! Please fork the repository and create a pull request.
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/mycode-lab/Random-Number-Generator