1.0.0 • Published 6 months ago

@krishna1804/randomquotes v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Random Quote Generator

This simple JavaScript project generates random inspirational quotes. It's a fun and motivational way to get a new quote every time you call the function.

How to Use

  1. Clone the Repository

    git clone https://github.com/your-username/random-quote-generator.git

Usage

Include the randomQuoteGenerator.js file in your HTML:

<script src="randomQuoteGenerator.js"></script>

Call the generateRandomQuote() function in your JavaScript code:

const quote = generateRandomQuote();
console.log(quote);
1.0.0

6 months ago