This is a simple web application that generates random quotes fetched from an external API and allows users to share them on Twitter.
- HTML
- CSS
- JavaScript
- Open
index.html
in your web browser. - Click on the "New Quote" button to generate a new random quote.
- Click on the Twitter icon to share the quote on Twitter.
index.html
: HTML file containing the structure of the web page.style.css
: CSS file for styling the web page.quotes.js
: JavaScript file containing an array of quotes (currently fetched from an external API).script.js
: JavaScript file for fetching quotes from the API, displaying them on the web page, and enabling the sharing of quotes on Twitter.
- This project utilizes the Type.fit API to fetch quotes.