Responsive Random Quote Machine

I finally finished the Random Quote Machine. I am relatively new to javascript and jQuery - had to look up a TON of info for this one on ajax, jsonp, apis, etc, even after finishing the FCC algorithms before this challenge. Finally got it working using the forismatic API and JSONP to get around the crossdomain issues.

Once the main functions were working, I tried to make it as mobile-friendly/responsive as possible. Try resizing your browser and let me know if you see any weird issues (or if you have other feedback, like on my JS, etc!)

I didn’t use bootstrap, but it ended up looking a lot like bootstrap anyways…whoops.

Random Quote Machine

GitHub

Hi, good job. It is indeed fully responsive and it looks nice!