Hi all,
Just completed my first ever React app for the Random Quote Generator challenge! You can see it running here: https://ravenblack24.github.io/random-quote-machine/
CSS & JS is in GitHub: https://github.com/ravenblack24/random-quote-machine/tree/master/src
I’ve hardcoded the quotes - there are only 5 - I’d be interested to hear feedback on how I could make it better…
Many thanks!
Link to the challenge:
This is great @mysweetr0se,
Can you make it generate a quote when clicking on the box instead of just the button? And have the cursor on pointer. Also, you can transition the changes. When changing quotes and colors, you can have it change in 1s.
Well done!