Welcome to the Social Media Quote Generator! This application allows users to generate visually appealing quote images by combining images and quotes based on a specified keyword. The generated images are perfect for sharing on social media platforms. Live demo
- 📸 Image Search: Pulls relevant images based on a keyword.
- 🖋️ Quote Search: Fetches quotes matching the keyword.
- 🎨 Image Combination: Merges the selected image and quote into a square format.
- 💾 Download Option: Allows downloading the generated image.
- 🚀 Social Media Ready: The generated image is optimized for social media platforms like Instagram, Facebook, and Twitter.
- Enter a Keyword: Type a keyword related to the type of quote/image you want.
- Generate Image: The app searches for matching images and quotes.
- Image and Quote Combination: The selected image and quote are merged into a square canvas using JavaScript.
- Download or Share: Download the generated image or upload it to your favorite social media platform.
- Clone the repository:
git clone https://github.com/yourusername/social-media-quote-generator.git
- Navigate to the project directory:
cd social-media-quote-generator
- Open
index.html
in your browser to run the app.
- HTML5: For the app's structure.
- CSS3: For styling and responsive design.
- JavaScript: For image and quote generation logic.
- Canvas API: For combining quotes and images.
- Open the application.
- Enter a keyword (e.g., "motivation," "life," "happiness").
- Click Generate.
- Preview the generated quote image.
- Click Download to save the image or upload it to social media.
Contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Added new feature"
- Push to the branch:
git push origin feature/your-feature-name
- Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Author: Bruno Banoczi
- GitHub: @l4r4TW
- Email: your.email@example.com
Happy Creating! 🚀