https://github.com/goutamhegde002/random-quote-generator
The Random Quote Generator is a simple web application that displays a random quote from a predefined list each time the user clicks a button. Built using HTML, CSS, and JavaScript, this project offers an intuitive user interface and allows users to easily access a variety of inspirational or humorous quotes.
https://github.com/goutamhegde002/random-quote-generator
beginner-friendly css html javascript quotes quotes-api quotes-application quotes-generator quotes-management random-quote-generator random-quotes-generator web-application
Last synced: 7 months ago
JSON representation
The Random Quote Generator is a simple web application that displays a random quote from a predefined list each time the user clicks a button. Built using HTML, CSS, and JavaScript, this project offers an intuitive user interface and allows users to easily access a variety of inspirational or humorous quotes.
- Host: GitHub
- URL: https://github.com/goutamhegde002/random-quote-generator
- Owner: goutamhegde002
- License: mit
- Created: 2024-08-25T16:26:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T16:47:57.000Z (about 1 year ago)
- Last Synced: 2025-01-08T19:19:20.793Z (9 months ago)
- Topics: beginner-friendly, css, html, javascript, quotes, quotes-api, quotes-application, quotes-generator, quotes-management, random-quote-generator, random-quotes-generator, web-application
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Quote Generator
## Description
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.
## Features
- Displays a random quote from a list.
- Simple and intuitive user interface.
- Quotes are updated with each button click.## How to Use
1. **Clone the Repository:**
```bash
git clone
```
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.
## Notes
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.
## License
This project is licensed under the MIT License. See the LICENSE file for more details.
## Contributing
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!