This project is part of my self-learning journey in JavaScript. I created this Quote Generator app to practice and improve my skills in front-end development.
A simple web application that generates random quotes using JavaScript, HTML, and CSS.
quotegen.mp4
https://minimomo14.github.io/Quote-Generator/
- Random Quotes: Display a random quote each time the user interacts with the app.
- Share Functionality: Allow users to share their favorite quotes on social media.
- Web browser (Chrome, Firefox, Safari, etc.)
No installation required. Simply open the index.html
file in a web browser.
- Open the
index.html
file in your preferred web browser. - Click the "Generate Quote" button to see a random quote.
If you want to customize the app further:
- Modify the quotes in the
quotes.js
file. - Adjust styles in the
styles.css
file. - Explore and enhance functionality in the
script.js
file.