CoolFace
Apppublic

Matrix-Mirror-AI/Random-Acronym-Generator

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Random Acronym Generator

A beautiful web app that generates random acronyms for any word or name you enter! Each time you press the button, you'll get a new, creative combination.

Features

  • —Enter any word or name
  • —Press the Generate button to get a random acronym
  • —Each letter is matched to a random positive or creative word
  • —Beautiful, modern UI (React + Vite)

Getting Started

  1. 1.Install dependencies:
bash
   npm install
  1. 1.Run the app locally (development mode):
bash
   npm run dev
  1. 1.Build for production (for deployment):
bash
   npm run build

The static site will be generated in the dist/ directory.

  1. 1.Open your browser (development): Visit http://localhost:5173

Customization

  • —The word list is in src/App.jsx and can be expanded for more variety.

Made with ❤️ using React and Vite.