Stylsheets / NameGen

πŸ”  NameGen: 🎲 Random word generator for πŸ†• project names. Save ⏳ and get creative! ✨

Home Page:https://name-gen.stylsheets.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameGen

Effortlessly generate random names for your projects in a snap! Say goodbye to naming woes πŸš€πŸŒŸ

Algorithm & Usage

The algorithm is very simple. It takes max, min length and starts with (optional) parameters. Then if you have specified starts with parameter, it will start with it or it will select a random letter to start with. Then we find out if this letter is a vowel or a consonant. If it is a vowel, we add a random consonant to the word. If it is a consonant, we add a random vowel to the word and that's it (for now).

In the future, we will try to make the algorithm better. We will make an API, an npm module and make it more user friendly.

About

πŸ”  NameGen: 🎲 Random word generator for πŸ†• project names. Save ⏳ and get creative! ✨

https://name-gen.stylsheets.com/


Languages

Language:HTML 58.0%Language:CSS 34.6%Language:JavaScript 7.4%