Skip to content

Mamir21/Quotes-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Quote Generator

This is a simple web application that generates random quotes when a button is clicked. It's a small project to showcase basic JavaScript skills.

Demo

image

Installation

To use this application, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/Mamir21/random-quote-generator.git
  2. Navigate to the project directory:

    cd random-quote-generator
  3. Open the index.html file in a web browser. Click the "Generate Quote" button to display a random quote from the predefined list.

Files

  • index.html: Contains the HTML structure of the web application.
  • script.js: Contains the JavaScript code to generate random quotes.
  • styles.css (optional): Contains the CSS styling for the web application.

Customization

You can customize this application by:

  • Adding or modifying quotes in the quotes array in script.js.
  • Modifying the CSS in styles.css to change the appearance of the application.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors