https://github.com/frankiefab100/quote-generator
A simple react app that generates random quote on a click
https://github.com/frankiefab100/quote-generator
quote-api quote-generator quotes
Last synced: 5 months ago
JSON representation
A simple react app that generates random quote on a click
- Host: GitHub
- URL: https://github.com/frankiefab100/quote-generator
- Owner: frankiefab100
- Created: 2022-04-13T21:16:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T09:29:13.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T12:06:33.478Z (5 months ago)
- Topics: quote-api, quote-generator, quotes
- Language: CSS
- Homepage: https://myfav-quote-generator.netlify.app/
- Size: 254 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quote Generator
A simple react app that generates random favorite quotes and the author using `favqs.com` API.

## Folder Structure
```bash
├── public
│ ├── index.html
├── src
│ ├── App.js
│ ├── index.css
│ ├── index.js
├── .gitignore
├── package-lock.json
└── package.json
```