Quote Generator

Background

This web application simply allows you to generate a random quote that some well-known person once said. It also allows you to post that quote to your twitter if you would like to.

Build

This app uses just vanilla JavaScript, HTML and CSS.

Front-end

Build using HTML and CSS.

Back-end

The backend is uses JavaScript with a proxy server and the forismatic API for the quotes database.

We are able to get the connection to the proxy and the API using async/await.