A simple and engaging web application that generates random quotes to inspire, motivate, or simply entertain users. Includes options to share quotes on Twitter and dynamically fetch quotes from an API.
- Random Quote Generation: Displays a new quote each time the "New Quote" button is clicked.
- Author Information: Displays the author of the quote or "Unknown" if not available.
- Share on Twitter: Allows users to tweet the displayed quote with a single click.
- Dynamic Fetching: Fetches quotes from a public API for dynamic content.
- Fallback Support: Includes a local array of quotes to ensure functionality even if the API is unavailable.
- Responsive Design: Fully responsive and mobile-friendly interface.
- HTML5: Structure of the web app.
- CSS3: Styling and responsive design.
- JavaScript (ES6): Core functionality and dynamic features.
- Fetch API: To retrieve quotes from an external source.
Make sure you have a modern web browser and a stable internet connection.
- Clone the repository:
git clone https://github.com/eslammamdouh24/quote-generator.git cd quote-generator
