Practice project for learning Go.
Based on a theme, for example "fantasy", you get a name back, consisting of a adjective and a noun.
Examples:"happy elf", "singing axe","midnight spaceship"
Clone the repository. There is a green "CLONE" - button above. Click it and follow the instructions.
Find the namer_test.go file.
There are test cases in there, run those, and check the console for output.
You will find //TODO comments in the code, address those
- Add new words to a theme
- Add a new theme, example: HAPPY_PEOPLE
- Iterate and improve! Find online wordlist, save those and read from files.