No description
- HTML 100%
| index.html | ||
| README.md | ||
Electronic Music Genre Generator
A small static web page that generates fictional electronic music genre names by combining randomized prefixes and suffixes.
Try it here: https://maxmatti.github.io/genre-generator/
Features
- Generates a new genre name on every page load or reroll.
- Provides quick search links for Spotify, YouTube, and YouTube Music.
- Runs entirely in the browser; no build step or server required.
Development
Open index.html in a browser to run it locally.
The genre parts are stored in the prefixes and suffixes arrays in index.html.
License
LGPLv3