https://github.com/lpcodes/random-quotes-generator
The Random Quotes Generator is a JavaScript project that fetches a random quote from API.
https://github.com/lpcodes/random-quotes-generator
apicall beginner-friendly generator javascript random tutorial
Last synced: 3 months ago
JSON representation
The Random Quotes Generator is a JavaScript project that fetches a random quote from API.
- Host: GitHub
- URL: https://github.com/lpcodes/random-quotes-generator
- Owner: LpCodes
- Created: 2022-07-28T06:00:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T06:34:27.000Z (about 1 year ago)
- Last Synced: 2025-02-12T07:46:44.938Z (about 1 year ago)
- Topics: apicall, beginner-friendly, generator, javascript, random, tutorial
- Language: HTML
- Homepage: https://lpcodes.github.io/Random-Quotes-Generator/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random-Quotes-Generator
Check out - [https://lpcodes.github.io/Random-Quotes-Generator/](https://lpcodes.github.io/Random-Quotes-Generator/)
The Random Quotes Generator is a JavaScript project that fetches a random quote from the "https://type.fit/api/quotes" API and displays it on the webpage along with the author's name and a random image generated using the "https://picsum.photos" API.
To use this project, you need to download or clone the repository