Hello.
It’s my first time making the random quote generator.
I appreciate any kind of feedback.
Thanks!
Good working. Looks good!
But this is broken when the quote is lengthy!
The quote section is fixed, so if a text needs more space as provide, it will overflow out of the box which is not good. The first issue is disabled new quote button.
Simply make the text container scrollable.
Another issue is the duplicated random results. You need to keep the last randomly result somewhere, and when a new quote is requested, then check if the current quote is the same with new random, if yes then go for another random.
I also would let user select the theme color, rather random for each index too, but this is just a suggestion.
Keep going on great work!
Happy programming