Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.38 KB

Quote App

A simple web application that displays random quotes and allows users to share them on Twitter.

Repo Structure

  • 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.

Quick Links

  • [Live Demo]

image

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Fetch API

Getting Started

  1. Clone the repository or download the source code.
  2. Open the index.html file in a web browser.

Usage

  1. The quote and author will be displayed on the page when it loads.
  2. Click the "New Quote" button to generate a new random quote.
  3. Click the "Tweet" button to open a new window and share the quote on Twitter.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

Acknowledgments