My Random Quote Generator, what do you think?

Hi, this is my submission for the Random Quote Machine challenge. I went for a minimalist look. Animations were done using jQuery.

Here’s the pen! - http://codepen.io/xsjark/full/KNJrve/

Let me know what you think! Feedback regarding code (best practices etc.) would be greatly appreciated.

2 Likes

Overall it looks ok.
Interesting the font scales with the view width. I don’t know if this is best practice but for me it means I can’t read it when I shrink the window to check responsivenss.
regarding the actual quote fetch, I suspect best practice would be to define the function once and then call that once on init and then repeatedly on quote button click.

Thanks for the feedback nikrb! I see what you mean about the responsiveness.

The font size changes because I used viewport width (vw) as the unit.