💡 Quote Generator

📝 Description

This is a simple quote generator that uses an API to generate random quotes. It uses basic HTML, SCSS, and JavaScript with a few helpful libraries.

  • New Quote button - Generates a new quote
  • Tweet This! button - Tweets the current quote
  • Copy button - Copies the current quote to the clipboard

🔴 Live demo

Check out the live demo here
© Copyright by Stefan Gogov. All rights reserved.

Getting Started

To get started with project just simply fork this repo or download locally on your System.

To get a local copy up and running follow these simple example steps.

Prerequisites

Start with the latest version of NPM to avoid any errors:

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/stekatag/quote-generator.git
  2. Install NPM packages

    npm install