This project is a Random Quote Generator that displays a random quote from a list of predefined quotes. The quotes are shown when the user clicks a button. This application is built using HTML, CSS, and JavaScript.
- Displays a random quote from a list.
- Simple and intuitive user interface.
- Quotes are updated with each button click.
-
Clone the Repository:
git clone <repository-url>
Open the Project:
Navigate to the project directory and open index.html in a web browser.
Generate Quotes:
Click the "Get Quote" button to display a random quote from the list.
Ensure that index.html and script.js are in the same directory.
The quote list is predefined in the JavaScript file and can be updated as needed.
This project is licensed under the MIT License. See the LICENSE file for more details.
Contributions are welcome! Please fork this repository and submit a pull request with your improvements.
Feel free to adjust the instructions and details based on your project specifics or preferences!