/random-quote-generator

A JavaScript web app that fetches random Trump quotes from an API and offers a Tweet function

Primary LanguageCSS

Random Trump Quote Generator

The Random Trump Quote Generator is a web app that fetches a random quote by Donald Trump from the What Does Trump Think API, displays it to the user (either upon page load or on button click), and offers the option to tweet the quote.

Screenshot of the web app

Usage

Open index.html in your browser.

Contributions

This web app was made in accordance with Ayooluwa Isaiah's tutorial here: https://freshman.tech/random-quote-machine/.

Minor changes have been made to the design, such as using CSS flexbox.