Quote Generator

Press button, Get Quote

Pulls quotes from https://quotes-react.netlify.app API. I wanted more experience working with asynchronous code and APIs. If you love the quote you can tweet it on your Twitter account if you are logged in.

Tech Stack
DOM – HTML, CSS, JavaScript

Noteworthy

  • Uses Math.random() to pull a single quote.
  • Calls https://type.fit/api/quotes/ for quote JSON.
  • Uses Twitter Web Intent to make it easy to share a quote to Twitter account.

Displays well on on all devices.

DemoCheck it out! | CodeGitHub