Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.94 KB

README.md

File metadata and controls

54 lines (28 loc) · 1.94 KB

Quote Generator

This is a simple web application that generates random quotes and provides various functionalities to interact with them. You can generate a random quote, copy it to your clipboard, tweet it, and even convert the text to speech.

Final Result

Features

  • Generate Random Quote: Click the "New Quote" button to get a new random quote displayed on the screen.

  • Copy Quote: Click the copy logo button to copy the current quote to your clipboard. You can then paste it wherever you like.

  • Tweet Quote: Click the X logo button to share the current quote on X.

  • Text to Speech: Click the sound logo button to have the current quote read out loud using text-to-speech technology.

Responsive Design

This project is designed to work seamlessly on both desktop and mobile devices. The responsive design ensures that the user experience is consistent, no matter what device you are using.

How to Use

  1. Clone this repository to your local machine:
git clone https://github.com/yourusername/quote-generator.git
  1. Open the index.html file in your web browser.

  2. Use the buttons on the page to interact with the quotes.

Project Structure

The project structure is organized as follows:

quote.html - The main HTML file that contains the structure of the to-do list.

quote.css - The CSS file for styling the to-do list.

quote.js - The JavaScript file containing the logic and functionalities of the to-do list.

Credits

License

This project is open-source and available under the MIT License.

Acknowledgments

This project was created as a fun exercise to practice HTML, CSS, and JavaScript. Special thanks to the creators of the Quotable API for providing the quotes.