A simple and minimalist web application that generates random quotes with a single click.
Built using HTML, CSS, and vanilla JavaScript to practice core JavaScript concepts and DOM manipulation.
- Generates random quotes instantly
- Clean and minimal user interface
- Responsive design
- Lightweight and fast
- Beginner-friendly code structure
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- JavaScript DOM manipulation
- Event listeners and user interaction
- Working with arrays and random logic
- Updating UI dynamically
- Structuring a small front-end project
Quotes-Generator/ │ ├── index.html ├── style.css ├── script.js └── README.md
- Clone the repository:
git clone https://github.com/fallah-123/Quotes-Generator.git