My mixed messages app

This wasn’t that hard of an app and took me about an hour.
I used JSON files to hold the variables to create the random message out of and it asks for user input through the console. In future versions, I might add an html file to visually give the input.

Great job! I wanted to use JSON files as well but couldn’t figure out how to “import” them. I see you’ve done that here and I think it looks a lot clear than mine.