stekatag / quote-generator

A simple quotes generator

Home Page:https://stekatag.github.io/quote-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’‘ 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

About

A simple quotes generator

https://stekatag.github.io/quote-generator/


Languages

Language:SCSS 49.8%Language:JavaScript 27.7%Language:HTML 22.6%