This is a simple web application that generates random quotes when a button is clicked. It's a small project to showcase basic JavaScript skills.
To use this application, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/Mamir21/random-quote-generator.git
-
Navigate to the project directory:
cd random-quote-generator -
Open the
index.htmlfile in a web browser. Click the "Generate Quote" button to display a random quote from the predefined list.
- index.html: Contains the HTML structure of the web application.
- script.js: Contains the JavaScript code to generate random quotes.
- styles.css (optional): Contains the CSS styling for the web application.
You can customize this application by:
- Adding or modifying quotes in the
quotesarray inscript.js. - Modifying the CSS in
styles.cssto change the appearance of the application.
This project is licensed under the MIT License - see the LICENSE file for details.
