A simple web application that displays random quotes and allows users to share them on Twitter.
index.html
: The main HTML file that renders the Quote App.style.css
: The CSS file that styles the Quote App.twiter.png
: The Twitter logo image used in the Tweet button.
- [Live Demo]
- Fetches random quotes from an API.
- Displays the quote and author on the page.
- Allows users to generate a new quote with a click of a button.
- Provides a button to share the quote on Twitter.
- HTML
- CSS
- JavaScript
- Fetch API
- Clone the repository or download the source code.
- Open the
index.html
file in a web browser.
- The quote and author will be displayed on the page when it loads.
- Click the "New Quote" button to generate a new random quote.
- Click the "Tweet" button to open a new window and share the quote on Twitter.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
- Quotable API for providing the random quotes.
- Google Fonts for the beautiful font used in the app.