Music Genre Mashup Creator

Click the button to create a unique music genre mashup!

Mashup: ${genre1} + ${genre2}

Description: ${description}

`; resultsContainer.innerHTML = mashup; }); document.getElementById('downloadPdfBtn').addEventListener('click', function () { const { jsPDF } = window.jspdf; const doc = new jsPDF(); const mashupText = document.getElementById('mashupResult').innerText; doc.setFillColor(243, 229, 245); doc.rect(0, 0, 210, 297, 'F'); doc.setTextColor(156, 39, 176); doc.setFontSize(18); doc.text('Music Genre Mashup', 10, 20); doc.setTextColor(51, 51, 51); doc.setFontSize(12); doc.text(mashupText, 10, 30, { maxWidth: 180 }); doc.save('music-mashup.pdf'); });

Key Features

  1. Genre Selection: Users can select two music genres from dropdown menus.

  2. Mashup Generation: The tool generates a unique mashup name and description based on the selected genres.

  3. Interactive Design: The tool features a sleek, modern design with a centered layout.

  4. PDF Download: Users can download the mashup details as a PDF file, which maintains the same color scheme as the tool.

    Benefits for End Users

    • Creativity Boost: Users can explore unique combinations of music genres and discover new mashup ideas.

    • Entertainment: The tool provides a fun and engaging way to experiment with music genres.

    • Portability: The PDF download feature allows users to save and share their mashup ideas offline.

    • Engagement: The interactive design keeps users engaged and encourages them to explore the tool repeatedly.

Scroll to Top