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

https://github.com/ssnnee/quote-generator

A website that generates quotes and allows quotes to be tweeted
https://github.com/ssnnee/quote-generator

javascript quotes-api quotes-application

Last synced: 29 days ago
JSON representation

A website that generates quotes and allows quotes to be tweeted

Awesome Lists containing this project

README

          

# Quote Generator

### Description
The Quote Generator is a simple and intuitive website that generates quotes at the click of a button.
It also provides the functionality to tweet these quotes directly from the application, providing an easy way to share your favorite quotes on social media.

## Try it your self
[Here you can try] (ssnnee.github.io/quote-generator)

## Installating
To install and run this project locally on your machine, follow these steps:

1. Clone the repository to your local machine
```shell
git clone https://github.com/Ssnnee/quote-generator
cd ./quote-generator
```
2. Open the `index.html` file in your browser.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

## Usage
Using the Quote Generator is straightforward. Once you've navigated to the website, you'll see a button labeled `Generate Quote`.
Clicking this button will generate a new quote and display it on the screen. If you find a quote that you'd like to share on Twitter,
simply click the `Tweet Quote` button, and you will be redirected to Twitter with a pre-populated tweet containing the quote.

## Code
The Quote Generator is built with HTML, CSS, and JavaScript. The quotes are fetched from an API, and the Twitter functionality is implemented using Twitter's Web Intents.