/Quote-Generator

A quote generator with JS and HTML

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Quote Generator

Towards my attempt to learning JS

This is a quote generator with JS and HTML, CSS for styling.

The JS stores few quotes in an array and displays a random element.

A JS function to print a quote is triggeren onClick of a button.