Hey!
I first thought the project would be quite easy, so I wanted to add some complexity to it. At first, I considered copying hundreds of quotes from the internet and then randomly printing them to the console.
Then I realized that wasn’t what the porject was about, so I decied to get different pieces from each quote to create some sort of Frankenstein’s inspirational quote. That didn’t work out because the sentences made 0 sense and had no syntaxis.
So, in the end I cherry-picked some words from the quotes, or got inspired by their general inspirational tone, to create lists that I stored in separate files. So, I think I over complicated things by doing this
Overall, it took me several hours to complete (as I had to start over after I figured out how to capitalize individual sentences and the “I” pronoun).
Looking at other solutions I see how making arrays of little phrases would’ve been better to have messages that actually made sense. Anyway, some of my messages don’t make much sense, but every now and then you can get a piece of weird wisdom
Here’s the link to my project:
Toni’s MixedMessages
Any feedback is appreciated. Let me know if you need some help with your code!
Cheers!