Random Quote Generator
Build a random quote generator that randomly displays a quote on the page. Use this random quote generator api. Make sure that you've signed up and created an application before you try to use the api.
User stories:
- When user clicks a button, use
jQueryto callrandom-famous-quotesapi - The output of that
ajaxcall, update it into your html
Bonus
- Randomize between different category the
api(eithermoviesorfamous) - Feel free to adjust the styling as you wish, try to apply your
jQuerymethods into it. - Add a
click to Tweetbutton that takes the current quote and opens it in a separate tab, letting the user tweet the quote (if user is logged in to Twitter).