Skip to content

Commit

Permalink
Merge pull request #140 from denvitko/patch-1
Browse files Browse the repository at this point in the history
Corrections in README.md
  • Loading branch information
seths10 authored Oct 28, 2022
2 parents a8ea412 + fafacf0 commit 5c120d2
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
## Quotes-Generator

This is a website for generating random quotes which can be tweeted.
This is a website for generating random quotes which can be tweeted. It uses basic HTML, CSS, and JS with a few helpful packages.

This is a website for generating random quotes which can be tweeted.
Using basic HTML,CSS,JS with a few helpful packages
The `generate button` picks text and authors out of a list of quotes from quote.js. The `tweet this` button redirects you to tweet text box url with the quote you generated. The `copy qoute` action basically copies the current quote.

The generate button picks text and author out of a list of quotes from quote.js

The tweet this. redirect you to tweet text box url with the quote you generated

copy qoute basically copies the current quote

the download button uses the package [npm-text-image](https://www.npmjs.com/package/text-image) to capture and format the quote to image/png and saves it to your local storage.
The download button uses the package [npm-text-image](https://www.npmjs.com/package/text-image) to capture and format the quote to image/png and saves it to your local storage.

Please give this project a star 🌟 and don't forget to follow me 😊.

Expand Down

0 comments on commit 5c120d2

Please sign in to comment.