My first RQM project!

Hello, i just finished my random quote machine project http://codepen.io/TeoReggae/pen/qqENBJ. I would like your feedback. It is not fully responsive yet but it will be soon. Thanks :slight_smile:

Nicely done! I love the interface. Wikipedia search was a nice touch too.

I just want to add that you can use javascript’s encodeUri to encode the url

and verify your email too :relaxed:

I tried to get it done with encodeUri but it seems that as soon as i got the quote from the JSON call, it was already encoded. I mean it was encoding all the symbols with their html code and the semicolon at the end of the code was “breaking” the link.I think i spent the most of the time to make this work than anything else :P.Thank you for the feedback :slight_smile: