RANDOM QUOTE GENERATOR

quoteimage

This is one of the first project I did from freecodecamp’s frontend certificate program. I had to create an app that shows a new random quote on click and have the option to tweet out the quote directly when I press the tweet button.

Visit Website

THINGS THAT I LEARNED

  • What API’s were and how to use it to get data
  • Ability to load and manipulate JSON feeds
  • Making an AJAX call from an server
  • Getting used to jQuery selectors and incorporating jQuery into my website