Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T09:29:13.000Z (over 2 years ago)
- Last Synced: 2024-11-07T15:54:26.800Z (about 2 months ago)
- Topics: quote-api, quote-generator, quotes
- Language: CSS
- Homepage: https://myfav-quote-generator.netlify.app/
- Size: 254 KB
- Stars: 1
- Watchers: 1
- 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.
![quote-generator](https://user-images.githubusercontent.com/46662771/163491861-e0fc9b16-f46e-4f09-886b-e3036c545cdc.JPG)
## Folder Structure
```bash
├── public
│ ├── index.html
├── src
│ ├── App.js
│ ├── index.css
│ ├── index.js
├── .gitignore
├── package-lock.json
└── package.json
```