This is a simple web application that generates random quotes fetched from the Quotable API. It is built using HTML, CSS, and JavaScript, and it's designed to be responsive, so it can adapt to various screen sizes.
-
Random Quote Generation: When you click on the "New Quote" button, the app will fetch a new random quote from the Quotable API and display it on the screen.
-
Tweet Quote: You can easily share the generated quote on Twitter by clicking the "Tweet Quote" button. This will open a new Twitter window with the quote pre-filled for you to tweet.
-
Clone or download this repository to your local machine.
-
Open the
index.htmlfile in your web browser. This will load the Random Quote Generator App. -
Click the "New Quote" button to fetch and display a random quote.
-
If you wish to share the quote on Twitter, click the "Tweet Quote" button.
- HTML: Used for structuring the web page.
- CSS: Used for styling the web page, making it responsive and visually appealing.
- JavaScript: Used for interacting with the Quotable API, generating random quotes, and handling the Tweet functionality.
- Fetch API: Used to make HTTP requests to the Quotable API to fetch quotes.
This app uses the Quotable API to retrieve random quotes. The API provides a wide range of quotes that can be accessed for free.
This project was created by Muhammad Saif and is provided under the License.md.
This project is licensed under the MIT License. Feel free to use, modify, and distribute this code for your own projects.
Enjoy the app, and may the quotes inspire you! If you have any questions or suggestions, please feel free to open an issue.
