Input your name into the cli to get a personalised message.
- User can run the program in the cli
- User can interact with it by inputting their name
- User can see a message after they input their name
- User can select an item from the menu; see todo list, random jokes or inspirational quotes
- Go
- Charm Bubble Tea
- Charm Lip gloss
go mod init pretty-cli
go mod tidy
go run main.go
- Make it do more sophisticated things/integrate into another application to automate things