This is an app that generates 2 random words and adds them together to create a name,
It has a favourites option so that liked words can be stored
Once repo is cloned if running debug in VSCode causes a CMakeError,
run flutter clean
and then flutter build <operating system>
in the VSCode terminal
(since I run windows, it would be "flutter build windows" but other options could be 'macos, android, linux etc.' not sure, since I said I run windows)