waterrmalann / username-generator

A unique username generator web-app written in vanilla JS.

Home Page:http://waterrmalann.github.io/username-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Username Generator [Work In Progress]

HTML5 SCSS JavaScript

A fully client-side username generator web app that can generate unique monikers. There is a pseudoword generator that can randomly generate pronouncable usernames and a mixword generator that combines randomly picked words from predefined wordlists in adjective + noun order. This project was written in HTML, SCSS, and vanilla JavaScript with a few dependencies.

This project borrows word dictionaries from unique-names-generator, unique-username-generator, and moniker.

Dependencies

  • gpw (Pronouncable passwords generator repurposed to generate usernames.)

Screenshot


๐Ÿš€ Setup

A live version and up to date version of the web app is available here. If you wish to modify the app or host it yourself, you can clone the repo and do whatever you want with it.

  1. Clone the repository.
git clone https://github.com/waterrmalann/username-generator.git
  1. Install the dependencies.
npm install
  1. This will start a live server. Head to the IP shown in the console.
npm run start

๐Ÿค Contribution

Contributions are always accepted. Feel free to open a pull request to fix any issues or to make improvements you think that should be made. Any contribution will be accepted as long as it doesn't stray too far from the objective of the app. If you're in doubt about whether the PR would be accepted or not, you can always open an issue to get my opinion on it.

License

This project is licensed under the permissive MIT License, see LICENSE

About

A unique username generator web-app written in vanilla JS.

http://waterrmalann.github.io/username-generator

License:MIT License


Languages

Language:JavaScript 87.3%Language:SCSS 6.6%Language:HTML 6.0%