(Part of FreeCodeCamp challenges)
A simple Random Quote Generator (based on 30 quotes stored in a JSON file).
The JavaScript (using jQuery here) get the data from quotes.json,
generate a random number and take this number as the index of the array.
It then updates the text content of the elements, and generate a Tweet button.
You can check the app working on GitHub or on [CodePen] (http://codepen.io/fabien_d/pen/jrKGZv)