Let's discuss your "Random Quote Machine"

Greetings, Fellow Campers!

This topic is for listing and review of Random Quote Machine projects built as a part of FCC challenges. Please stick to these basic rules to keep the topic clean:-

  • Post your Codepen (or other) link to your project as a general reply to this topic.
  • For Codepen links use the following format to avoid embedding the pen:-
Project Link - [http://codepen.io/santakmishra/full/pgqOYq/](http://codepen.io/santakmishra/full/pgqOYq/)
  • Post reviews as a specific reply to the link which you are reviewing.
2 Likes

Project Link - http://codepen.io/santakmishra/full/pgqOYq/

8 Likes

Project Link - http://codepen.io/benjaminvanzwienen/full/vKYmbG

2 Likes

Pretty and slick. Nice use of CORS proxy for quotes API. :slight_smile:

2 Likes

Chuckle Norris, the Chuck Norris joke generator:
Project Link - https://codepen.io/lincore/full/oLNjme

10 Likes

Poker Quotes

Project link - http://codepen.io/RickStewart/full/RWBXXL/

8 Likes

Project Link - http://codepen.io/annamyself/pen/XdZOdM

Great! :slight_smile:

Project Link - http://codepen.io/virtual/full/jqJeKb/

I still love coming across this project and seeing the design-relevant quotes! :slight_smile: Hopefully some of you might like the referenced API as well.

1 Like

Project Link - http://codepen.io/Ma_eve/full/KMKROa/

Thanks!

Project Link - http://codepen.io/Mizujin/full/NqMvXw

1 Like

I made it the same style as the example because I liked it but made it without looking at the code.

Project Link - http://codepen.io/ncaron/pen/JXVaNP

2 Likes

Project Link - http://codepen.io/Jesse989/full/XKWdxO/

This is mine :smile:

2 Likes

checkout my quote machine
http://himanshuchauhan.github.io/Quotes-on-Design/

6 Likes

Very Beautiful.
I like it.
Here is my project link - http://rqm.aungmyokyaw.com/
Your app is very beautiful than mine.

Here’s mine… not sure why the quotes take ages to load though…
https://codepen.io/wardy484/pen/LZPXXj

Here is Mine.

Project Link - http://codepen.io/jkannan21/full/KMKmoZ/

because you are getting the quotes from an api… and for that it makes a separate request for each quote… which takes a little time … all others have hard-coded the quotes into js which are instantaneous.

You can also load a few quotes in from the api on forehand. See my pen.

Yeah that’s a fair point. I believe the slowness is due to use of a CORS Proxy.