https://github.com/rivalcoder/random-generator
Simple Random Values Generator
https://github.com/rivalcoder/random-generator
css html js
Last synced: about 2 months ago
JSON representation
Simple Random Values Generator
- Host: GitHub
- URL: https://github.com/rivalcoder/random-generator
- Owner: Rivalcoder
- Created: 2024-08-21T15:05:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T10:18:15.000Z (over 1 year ago)
- Last Synced: 2025-02-06T19:58:32.495Z (over 1 year ago)
- Topics: css, html, js
- Language: JavaScript
- Homepage: https://random-generator-1.vercel.app
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎡 Random Value Generator
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.
## ✨ Features
- Enter multiple values or names
- Randomly shuffle the input values
- Select a random value
- Display the selected value
- User-friendly interface
## 🛠️ Installation
1. Clone the repository:
```sh
git clone https://github.com/Rivalcoder/Random-Generator.git
```
2. Navigate to the project directory:
```sh
cd Random-Generator
```
3. Open the `index.html` file in your browser to use the application.
## 📦 Dependencies
No external dependencies are required for this project. It uses vanilla JavaScript, HTML, and CSS.
## 🚀 Running the Application
1. Open the `index.html` file in your browser.
2. Enter your random selector words in the text area.
3. Click the "Spin" button to randomly select a value.
## 📸 Usage
1. **Entering Values**:
- Enter values or names in the text area, separated by spaces or new lines.
2. **Selecting a Random Value**:
- Click the "Spin" button. The application will shuffle the values and randomly select one.
3. **Displaying the Selected Value**:
- The selected value will be displayed in the designated output area.