https://github.com/yog9/quote-generator
Quote Generator is website that I built using HTML5, CSS3 and javascript which shows new quotes and also allows the user to tweet out the quote.
https://github.com/yog9/quote-generator
freecodecamp-project quote-generator
Last synced: over 1 year ago
JSON representation
Quote Generator is website that I built using HTML5, CSS3 and javascript which shows new quotes and also allows the user to tweet out the quote.
- Host: GitHub
- URL: https://github.com/yog9/quote-generator
- Owner: Yog9
- Created: 2018-09-30T13:55:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T04:17:45.000Z (almost 7 years ago)
- Last Synced: 2025-01-09T11:58:19.867Z (over 1 year ago)
- Topics: freecodecamp-project, quote-generator
- Language: JavaScript
- Homepage: https://yog9.github.io/Quote-Generator/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quote Generator
[Demo Quote Generator Here](https://yog9.github.io/Quote-Generator/)
### Summary
Quote Generator is website that I built using HTML5, CSS3 and JAVASCRIPT which shows new quotes and also allows the user to tweet out the quote.
### Motivation
The purpose of this project was to understand basics of javascript.
### Getting Started
* Click the demo link or clone/download the repository on your local machine and open the index.html file with a browser.
* Click the get quote button to see quotes with the author of the quote.
* Click the tweet quote button to tweet out the quote.
### Built With
* HTML5
* CSS3
* JAVASCRIPT
### Features
**1. Responsive Design**
**2. The Quote Generator selects quotes such that no two adjacent quotes are repeated.**
**3. Used array of objects to quotes and its properties like author,year.**
### Coming Soon
- [ ] Recreating the project using API to generate quotes.