JS-Random-Quote-Generator icon indicating copy to clipboard operation
JS-Random-Quote-Generator copied to clipboard

A program that displays a randomly selected quote each time the user clicks a button.

Results 7 JS-Random-Quote-Generator issues
Sort by recently updated
recently updated
newest added

Instead of hardcoding quotes and their authors, it is preferable to utilize third-party APIs. By leveraging such APIs, the code becomes cleaner and more concise, eliminating the need for manually...

if there is a light background then text and button color will become dark for good visibility and if there is a dark background then text and button color will...

**Some background colors reduce Readability** ![image](https://user-images.githubusercontent.com/88339569/224737587-0e7cd15b-35ce-48d6-afd3-18a07339df14.png) ![image](https://user-images.githubusercontent.com/88339569/224737732-1a13eb37-830b-4858-93c8-1660eeba3140.png) **Quote overflow when the quote is large.** ![image](https://user-images.githubusercontent.com/88339569/224737910-ef5c535b-b71f-480a-ba33-e27624609a50.png)

the js-code was from : https://codepen.io/tutsplus/pen/oNZWwQV for the darker background color , just that the button moves with the quotes

* corrected the overflow