No description
Find a file
2026-06-10 22:25:06 +02:00
index.html Fix share button 2026-06-10 22:25:06 +02:00
README.md Add README and GitHub project link 2026-06-10 20:38:05 +02:00

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