Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshitlakhera/random-quote-generator-
https://github.com/akshitlakhera/random-quote-generator-
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshitlakhera/random-quote-generator-
- Owner: AkshitLakhera
- Created: 2023-04-18T17:00:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-20T16:58:35.000Z (over 1 year ago)
- Last Synced: 2024-10-25T10:42:52.122Z (2 months ago)
- Language: HTML
- Size: 793 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Quote Generator
The Random Quote Generator is a project that allows you to retrieve a random quote from an API and display it on your screen. The project is built using HTML, CSS, and JavaScript, and can be easily integrated into your website or web application.
## Features
- The project retrieves a random quote from the [Quotes API] and displays it on the screen.
- The quote is displayed along with the author's name and a button to generate a new quote.
- The project uses asynchronous JavaScript to retrieve the quote from the API and update the HTML without refreshing the page.
- The project is designed to be responsive and works well on mobile, tablet, and desktop devices.## Getting Started
To use the Random Quote Generator, simply clone the repository or download the source code files. Then, open the `index.html` file in your web browser.
If you want to modify the project, you can make changes to the JavaScript code in the `script.js` file. You can also modify the CSS styles in the `style.css` file to change the appearance of the quote display.
## Dependencies
The Random Quote Generator project relies on the [jQuery](https://jquery.com/) library to make AJAX requests to the Quotes API and update the HTML. The library is included in the project files, so you don't need to install it separately.
## Contributing
If you want to contribute to the project, feel free to submit a pull request with your changes. Before making any major changes, please open an issue to discuss your proposed changes.
## License
The Random Quote Generator project is licensed under the [MIT License] (https://github.com/username/repo/blob/master/LICENSE). You are free to use and modify the project as you see fit, as long as you provide attribution to the original project and include the same license in your modified version.