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
- Host: GitHub
- URL: https://github.com/ssnnee/quote-generator
- Owner: Ssnnee
- Created: 2023-01-26T12:18:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T17:37:02.000Z (over 2 years ago)
- Last Synced: 2025-01-08T23:59:40.811Z (over 1 year ago)
- Topics: javascript, quotes-api, quotes-application
- Language: CSS
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.