/quotes

Random quote generator

Primary LanguageJavaScript

Quote Random Generator

This project is a simple web application that generates random quotes. It's built using HTML, CSS, and JavaScript.

How it works

The application generates a random quote from a predefined list of quotes each time the user clicks a button.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Setup and Usage

  1. Clone this repository to your local machine.
  2. Open the index.html file in a web browser.
  3. Click the "Generate Quote" button to see a random quote.

File Structure

  • index.html: Contains the HTML structure of the web page.
  • style.css: Contains the CSS styles for the web page.
  • index.js: Contains the JavaScript code for generating random quotes.