An open API service indexing awesome lists of open source software.

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

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.