Welcome to the Random Quote Generator project! This is a simple web application that provides inspirational quotes to users. Users can generate new quotes, tweet their favorites, and save quotes to their favorites list.
- Generate Random Quotes: Fetches and displays random inspirational quotes from an external API.
- Tweet Quotes: Allows users to tweet the current quote with a promotional watermark.
- Save Favorites: Users can save their favorite quotes to a local storage and manage them.
- Delete Favorites: Users can remove quotes from their favorites list.
- HTML: Markup language for structuring the web page.
- CSS: Styles the web page with modern aesthetics.
- JavaScript: Handles dynamic content and interactions.
- Quotable API: Provides random quotes for the application.
To get started with the Random Quote Generator, follow these steps:
-
Clone the Repository:
git clone https://github.com/yourusername/GenQuote.git
-
Navigate to the Project Directory:
cd GenQuote
-
Open
index.html
in Your Browser: Simply open theindex.html
file in your web browser to view the application.
- Generate a New Quote: Click the "New Quote" button to fetch and display a random quote.
- Tweet the Quote: Click the "Tweet Quote" button to open Twitter with the current quote pre-filled, including a promotional watermark.
- Save to Favorites: Click the "Save Quote" button to add the current quote to your favorites list.
- View Favorites: The favorites section displays all saved quotes. Click the trash icon next to a quote to remove it from your favorites.
Contributions are welcome! If you have suggestions or improvements, please follow these steps:
- Fork the Repository.
- Create a New Branch:
git checkout -b feature/your-feature
- Make Your Changes.
- Commit Your Changes:
git commit -am 'Add new feature'
- Push to the Branch:
git push origin feature/your-feature
- Create a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please reach out to X/twitter.