Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.13 KB

This project is part of my self-learning journey in JavaScript. I created this Quote Generator app to practice and improve my skills in front-end development.

Quote Generator App

A simple web application that generates random quotes using JavaScript, HTML, and CSS.

Preview

quotegen.mp4

Live Demo

https://minimomo14.github.io/Quote-Generator/

Features

  • Random Quotes: Display a random quote each time the user interacts with the app.
  • Share Functionality: Allow users to share their favorite quotes on social media.

Getting Started

Prerequisites

  • Web browser (Chrome, Firefox, Safari, etc.)

Installation

No installation required. Simply open the index.html file in a web browser.

Usage

  1. Open the index.html file in your preferred web browser.
  2. Click the "Generate Quote" button to see a random quote.

Customization

If you want to customize the app further:

  • Modify the quotes in the quotes.js file.
  • Adjust styles in the styles.css file.
  • Explore and enhance functionality in the script.js file.