Effortlessly generate random names for your projects in a snap! Say goodbye to naming woes ππ
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.