loopluci/Motivational_Quote_Generator
0
1---2title: Motivational Quote Generator3emoji: 💪4colorFrom: blue5colorTo: yellow6sdk: static7sdk_version: "1.0"8app_file: index.html9pinned: false10---11 12Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference13 14# Motivational Quote Generator15 16A web-based tool that generates random motivational or inspirational quotes to encourage users. Users can choose categories or input a keyword to get quotes relevant to their interests (e.g., "success", "happiness", "work").17 18## Features19 20- Generate random motivational quotes from a collection of 300+ inspirational quotes21- Filter quotes by 50+ different categories22- Search quotes by keyword to find specific themes23- Copy quotes to clipboard with a single click24- Share quotes on social media (where supported by browser)25- Clean, responsive UI with smooth animations26- Easy to deploy27 28## Built With29 30- HTML, CSS, JavaScript31- Bootstrap 5 for styling32- Font Awesome for icons33- No backend required - works entirely client-side34 35## How to Use36 371. Clone this repository382. Open `index.html` in your browser or deploy it to a web server393. Click the generate button to get a random quote or use the category/search features40 41## Quote Collection42 43The tool includes over 300 motivational quotes from famous authors, leaders, thinkers, and philosophers throughout history, including:44 45- Eleanor Roosevelt46- Winston Churchill47- Steve Jobs48- Maya Angelou49- Confucius50- Albert Einstein51- Mahatma Gandhi52- Walt Disney53- Nelson Mandela54- And many more!55 56## Deployment57 58This project can be easily deployed to Hugging Face Spaces or any other hosting platform. See DEPLOYMENT.md for detailed instructions.59 60## License61 62MIT 