Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 706 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 706 Bytes

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.