DanonymousCoder / Random-quotes-generator

A web app that generates random quotes
MIT License
4 stars 7 forks source link

Add a "Copy to Clipboard" button to copy quotes #5

Open DanonymousCoder opened 1 week ago

DanonymousCoder commented 1 week ago

Add a button that allows users to copy the displayed quote to their clipboard. This will make it easier for users to share the quotes.

South-IN commented 1 week ago

Can I work on this issue ?

DanonymousCoder commented 1 week ago

Sure. How would you go about it?

South-IN commented 1 week ago

One way I can do it is with a button next to the quote field.On click of the button I can handle the event by taking the data from the quote field and putting it in the clipboard.

DanonymousCoder commented 1 week ago

Ok, fire on 🔥

South-IN commented 1 week ago

@DanonymousCoder is there some work left in this issue ?