Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denvitko authored Oct 26, 2022
1 parent ffbd8ed commit fafacf0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +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.

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 fafacf0

Please sign in to comment.