Skip to content

Stylsheets/NameGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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! ✨

Topics

Resources

Stars

Watchers

Forks