Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishwas567917/business-name-generator
Business-name-genenter
https://github.com/vishwas567917/business-name-generator
random-names script-generates
Last synced: about 14 hours ago
JSON representation
Business-name-genenter
- Host: GitHub
- URL: https://github.com/vishwas567917/business-name-generator
- Owner: Vishwas567917
- Created: 2024-04-24T03:51:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T03:53:52.000Z (7 months ago)
- Last Synced: 2024-04-24T10:53:13.440Z (7 months ago)
- Topics: random-names, script-generates
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Business Name Generator
This repository contains a simple JavaScript script that generates random business names by combining three randomly selected words. It demonstrates basic JavaScript control structures and randomness.
## How It Works
The script generates three random words to form a business name. It uses a random number to decide which word to pick for each position (first, second, and third). The possible outcomes are as follows:
- **First Word:** Can be "Crazy", "Amazing", or "Fire".
- **Second Word:** Can be "Engine", "Foods", or "Garments".
- **Third Word:** Can be "Bros", "Limited", or "Hub".Based on a random value, the script selects one word from each category and combines them to create a business name.
## Example Output
Crazy Foods Bros
Fire Engine Limited
Amazing Garments HubThe output can vary depending on the random numbers generated.
## Usage
To use the script:
1. Open the HTML file in a web browser.
2. Open the browser's console (usually with `F12` or `Ctrl + Shift + J`).
3. The generated business name will be displayed in the console.## Contributing
Contributions are welcome! If you have suggestions for improving the script or would like to add more word options, please open an issue or submit a pull request.
## Disclaimer
This script is for entertainment and educational purposes. The generated business names are random and should not be used for actual business purposes without proper due diligence.