An inspirational quote generator web application built using HTML, CSS, and JavaScript, using the InspiroBot API to fetch and display motivational quotes.
- Generate random inspirational quotes
- Save favorite quotes
- Download quote images
- Toggle between light and dark themes
- Responsive design for various screen sizes
- HTML5
- CSS3
- JavaScript (ES6+)
- InspiroBot API
- The application fetches a random quote image from the InspiroBot API.
- Users can generate new quotes, save their favorites, and download quote images.
- Saved quotes are displayed in a scrollable list below the main quote display.
- The theme toggle allows users to switch between light and dark modes for comfortable viewing.
index.html: Main HTML structure of the applicationsrc/css/root.css: CSS variables for themingsrc/css/main.css: Main stylesheet for the applicationsrc/js/main.js: JavaScript file containing the application logic
- Clone the repository
- Open
index.htmlin your web browser. - Click the "Generate Quote" button to fetch and display a new inspirational quote.
- Use the "Save Quote" button to add the current quote to your saved list.
- Click the "Download" button to download the current quote image.
- Toggle between light and dark themes using the sun/moon icon in the top right corner.
This project uses the InspiroBot API to generate random inspirational quotes.
Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.
This project is open source and available under the MIT License.

