An open API service indexing awesome lists of open source software.

https://github.com/dumebii/quotegenerator

An app that randomly generates a new quote every time the button is clicked
https://github.com/dumebii/quotegenerator

hookstate react usestate-hook

Last synced: 4 months ago
JSON representation

An app that randomly generates a new quote every time the button is clicked

Awesome Lists containing this project

README

          

# QuoteGenerator
Created with CodeSandbox

This is a small project that returns a new quote every time you click on the button.

The quotes were manually inputted in a "quotes.js" file, and so far, only three quotes are available.

The whole point of the exercise was to create something that uses state and randomization.