My second Project: Random Quote Machine

Hello, everyone!
I just completed My Second Intermediate Front-End Project. Here is the link http://codepen.io/pranaykumar389/full/WGaZox/
Please have a look and suggest me good or bad.

Thanking you.

Hello Pranay,

Looks good, great work!
Design wise I think I would only change the title so that it is a bit more obvious.
I have noticed you have built your quote generator using a self-typed array with quotes.
Wouldn’t you want to use an API to learn how to work with them?

I used this API for example:
http://api.forismatic.com/api/1.0/?method=getQuote&lang=en&format=jsonp&jsonp=?

All the best,

Nick

@NMU21 Thank you, Nick that was good one. I’ll try to do with that thank you once again for your suggestion.