/name-generator

Anglish name generator.

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

name-generator

TODO

  • have a toggle for every generated name to use the same one. So it'd be like a family, y'know?
    • empty fields that will allow you to keep the same first or last name
  • Have two divs, one for first name, another for last name

Commands

CSS watch

npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch

Serve

npm run dev