https://github.com/ersync/random-quote-generator
A random quote generator based on HTML, CSS, and plain JavaScript.
https://github.com/ersync/random-quote-generator
Last synced: 13 days ago
JSON representation
A random quote generator based on HTML, CSS, and plain JavaScript.
- Host: GitHub
- URL: https://github.com/ersync/random-quote-generator
- Owner: ersync
- Created: 2023-09-23T12:45:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T11:28:37.000Z (over 1 year ago)
- Last Synced: 2025-02-24T17:16:24.848Z (over 1 year ago)
- Language: CSS
- Homepage: https://quote.emadrahimi.dev
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Quote Generator
A simple web application that displays random quotes with smooth transitions and auto-play functionality. This project is part of the Treehouse JavaScript Techdegree program.
## Features
- Display random inspirational quotes
- Dynamic background color changes
- Auto-play functionality with play/pause controls
- Responsive design for all screen sizes
## Technologies
- HTML5
- CSS3
- Vanilla JavaScript
---
*This project is part of the [Treehouse JavaScript Techdegree](https://teamtreehouse.com/techdegree/front-end-web-development) curriculum.*