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
- Host: GitHub
- URL: https://github.com/dumebii/quotegenerator
- Owner: Dumebii
- Created: 2022-08-25T21:24:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T00:04:22.000Z (about 3 years ago)
- Last Synced: 2025-04-03T06:34:33.094Z (6 months ago)
- Topics: hookstate, react, usestate-hook
- Language: JavaScript
- Homepage: https://filj2n.codesandbox.io/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuoteGenerator
Created with CodeSandboxThis 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.