My solution to the Mixed Messages challenge

Hi all,

My idea was to make a short story in which some of the words will be randomly selected from an array of available words. The story is itself is very poor but my aim was making it all work. Here is a link to the repository on GitHub - https://github.com/YoanHlebarov/MixedMessage/tree/develop

It took me about 3 days to get everything to this stage. In terms of difficulty the core idea (make a program that selects 3 random words) is really not that difficult. What I was struggling more with was coming up with an idea of how to present the whole thing.

What I still need to do is tidy up some things in the present code and add CSS, though the latter will happen down the road as I gain the knowledge to use CSS.

Thank you for looking into my project!