This application allows users to enter a list of values or names and select a random value from the list. It's perfect for making quick decisions or randomly selecting participants.
- Enter multiple values or names
- Randomly shuffle the input values
- Select a random value
- Display the selected value
- User-friendly interface
-
Clone the repository:
git clone https://github.com/Rivalcoder/Random-Generator.git
-
Navigate to the project directory:
cd Random-Generator -
Open the
index.htmlfile in your browser to use the application.
No external dependencies are required for this project. It uses vanilla JavaScript, HTML, and CSS.
- Open the
index.htmlfile in your browser. - Enter your random selector words in the text area.
- Click the "Spin" button to randomly select a value.
-
Entering Values:
- Enter values or names in the text area, separated by spaces or new lines.
-
Selecting a Random Value:
- Click the "Spin" button. The application will shuffle the values and randomly select one.
-
Displaying the Selected Value:
- The selected value will be displayed in the designated output area.