A simple pseudonym generator built with HTML, SASS, TypeScript, and JavaScript. This application generates usernames by combining random words and can add numbers or special characters for variety. The interface also offers several color themes for a personalized experience.
- Nickname Generation: Create usernames using random words from a customizable word list.
- Customization Options:
- Append numbers to usernames.
- Add a special character.
- Theme Support: Choose from multiple color themes, saved in memory for convenience.
Check out the live demo on GitHub Pages.
- Clone the repository:
git clone https://github.com/kerogs/username-generator.git
- Navigate into the project directory:
cd username-generator - Open
index.htmlin your browser to run the app locally.
- Open the application.
- Use the generator options to customize your username:
- Choose if you want numbers or special characters added.
- Click "Generate" to receive a username.
- Right-click to open the menu (optional)
To customize the pool of words used for username generation, edit words.txt.
Contributions are welcome! Please fork this repository, make your changes, and open a pull request.
This project is licensed under the MPL-2.0 License.
Thanks to the contributors of this project and the open-source community.