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.
Open index.html
in your browser.
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.