Let's discuss your "Random Quote Machine"

Project Link - noypweb.comli.com/freecodecamp/

Hey, your link is not working.

Went for minimal styling, but still covered all the functionality.

Project Link - https://codepen.io/bsandusky/full/oLNRdr/

Iā€™ve a two-for-one Random Generator: this one is what I believe satisfies the User Stories for the project. Thereā€™s a link on this page to my first iteration, which captured keypresses instead of using buttons. Iā€™m looking for usability feedback, and general code review. Anything is appreciated!
Project Link - https://codepen.io/bradleyhop/pen/BzBwpW?editors=0010

4 Likes

I used this proxy for CORS and seem to be getting good response times:
https://jsonp.afeld.me/?url=

Iā€™m using the same quote api, so its definately your CORS proxyā€¦ and I just plugged in the proxy into your code and it works super fast.

Iā€™ve been slowly working on a ā€œCreate Your Own Custom Quotes API Applicationā€ where individual users could create their own quotes API by simply adding quotes and authors from a simple interface. I would enable cross origin requests. Do you all think that campers would like that?

Iā€™ve it about 70% of the way done now.

2 Likes

Project Link - http://codepen.io/bonham000/full/PNdxVL/

2 Likes

Loving the computer design!

3 Likes

This is my attempt at the worldā€™s ugliest random quote generator.

The only problem I have is that it tweets the previous quote and not the current one.

All feedback welcomed. http://codepen.io/jameswinfield/pen/vKOdKQ

2 Likes

Hey! check this one inspired by material design

Project Link - http://codepen.io/light-flight/full/yJNwBz/

11 Likes

pretty sweet animation!

quite original! like this one

1 Like

Here is mine. It ended up taking a good bit longer than I thought( about 6 hours in total ), but I learned a lot :slight_smile: Any feedback would be appreciated.
Project Link - http://codepen.io/Josh5231/full/EyjLJW/

1 Like

Nice dude, I dig the UNIX display. I used the same api but I like your design approach better given the programming theme.

2 Likes

Project Link - http://codepen.io/Kleineken/full/dMBaER/

2 Likes

Project Link - https://codepen.io/bakajan/pen/dMgwEr

1 Like

Original version
Project Link - http://codepen.io/MutantSpore/full/dojjre/

Newer version based more on the current example
Project Link - http://codepen.io/MutantSpore/full/OXyWpX/

Project Link - http://codepen.io/Topzie/full/YqpYzN/

At that time I had no idea of JSON queries, so I just put up a small array of quotes. Iā€™m sure I will do this one over again, but have no idea when. So much to do, so little time. :blush:

Here it is my ā€œRandom Quote Machineā€, completed just a couple of hours ago:
Project Link - http://codepen.io/secan/full/NrqmLJ/

Feedbacks (constructive) criticisms and suggestions for improvement are more than welcome :wink:

Thanks

1 Like

I like it very much; nice clean design and clean code.

May I ask you whether there is any particular reason/advantage that made you decide to set the href value of the twitter button when you call the function setQuote() rather than on('click') on the twitter button itself?
If you set its value on('click') you donā€™t have to hard-code the default value.