Inspirational Quote Generator

Hello guys.
Here is my mixed message project, it is a random inspirational quotes generator.

  • This project was fun and easy to me, and I know it can be better.
  • It took me around 4 hours to complete it.
  • link

I hope to get feedback from you!

hey ! you solved it with a lot of code.

I only created an object and called its function. let me know what you think about it.

1 Like

Wow, that’s a nice way to do it.
Congratulations!

2 Likes

I did what I think is a super simple version. Just some arrays with a randomly generated index and build an output string. No doubt it could be better, happy to get feedback!

https://github.com/rjh78/randomsg/

1 Like

Hi robertpantoja. I like how you implemented a random number helper function, made your code easier to follow. I never thought of putting the output msg in an array and using .join on it. Very cool!

1 Like

hey bro you are very awsome