An open API service indexing awesome lists of open source software.

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.

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.