Skip to content

manix84/name-generator

✨ Name Generator

A small React app for generating random two-word names. 🎲

📱 Installable App

Name Generator can be installed from supported mobile and desktop browsers. Once it has loaded at least once, the app shell and generated assets are cached so it can keep working offline. 📴

🧰 Scripts

Run the local Vite dev server: 🚀

npm start

The app runs at http://127.0.0.1:3001/. 🌐

Run the Vitest suite: ✅

npm test

Build for production: 📦

npm run build

The production build is emitted to dist/, uses / as its base path for GitHub Pages, and generates a precache service worker for offline use. 🚢