AI-Based Random Catchphrase Generator

Click the button to generate a random, fun catchphrase!

"${randomCatchphrase}"

`; }); document.getElementById('downloadPdfBtn').addEventListener('click', function () { const { jsPDF } = window.jspdf; const doc = new jsPDF(); const catchphraseText = document.getElementById('catchphraseResults').innerText; doc.setFillColor(227, 242, 253); doc.rect(0, 0, 210, 297, 'F'); doc.setTextColor(25, 118, 210); doc.setFontSize(18); doc.text('Random Catchphrase', 10, 20); doc.setTextColor(51, 51, 51); doc.setFontSize(12); doc.text(catchphraseText, 10, 30, { maxWidth: 180 }); doc.save('random-catchphrase.pdf'); });

Key Features

  1. Category Selection: Users can select a category for their catchphrase (e.g., Motivational, Funny, Business, Inspirational, Random).

  2. Dynamic Catchphrase Generation: The tool generates a random catchphrase based on the selected category.

  3. PDF Download: Users can download the generated catchphrase as a PDF file, which maintains the same color scheme as the tool.

  4. Interactive Design: The tool features a sleek, modern design with a centered layout, making it visually engaging and easy to use.

    Benefits for End Users

    • Creativity Boost: Users can generate unique and inspiring catchphrases for personal or professional use.

    • Entertainment: The tool provides a fun and engaging way to create catchphrases.

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

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

Scroll to Top