stillNovice / randomQuoteGenerator

a simple web app that gives the user famous quotes to read.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

randomQuoteGenerator

a simple web app that gives the user famous quotes to read. This is a simple project from freeCodeCamp for beginners. It just displays a new quote by clicking on 'Hit Me!' button.

Usage

  1. Clone the repository.
  2. Create an account here.
  3. Get your API key from here.
  4. Create a file under js folder and name it config.js. Copy the following snippet and paste it in config.js:
const config = {
    API_KEY: "<your API key>"
}
  1. Put your API key in the above snippet and save the file.
  2. Launch index.html in your browser.

About

a simple web app that gives the user famous quotes to read.


Languages

Language:HTML 58.7%Language:JavaScript 28.3%Language:CSS 13.0%