Random Quote Machine, Feedback Please

Hi everyone

Looking for some feedback for my Random Quote Machine.

Many thanks in advance :slight_smile:

1 Like

Good job looks nice, it’s nice and responsive for small screen, how about taking about 8 column width for large screen? so it fits nicely

1 Like

I like it! Very simple and clean.

I’d make the loading spinner appear below the current quote without removing the current quote so it reduces flicker. Maybe even throw in some keypress listeners to refresh with input (maybe spacebar?).

1 Like

Hi

Thanks for taking the time to have a look, much appreciated!

The spinner shows while the quote is being fetched from the server, the backend is a Glitch app which can take up to 5 seconds to wake up, the idea being the user knows something is going on behind the scenes and the app isn’t appearing to be unresponsive. I will add a 0.5sec delay in the animation starting to see if that appears smoother with the fade in of the quote text.

On focus, both button actions can be triggered by key any press. Thanks again :slight_smile:

Hey @uno I’ve updated the timings on the loading animation, let me know what you think, thanks :slight_smile:

Do you have the source,send it

Hi @topcoder the code is here:


:slight_smile: