https://github.com/captaincluster/random-quote-machine
The first project for the "Front End Development Libraries" course provided by FreeCodeCamp.
https://github.com/captaincluster/random-quote-machine
bootstrap3 freecodecamp freecodecamp-project front-end html jquery
Last synced: 5 months ago
JSON representation
The first project for the "Front End Development Libraries" course provided by FreeCodeCamp.
- Host: GitHub
- URL: https://github.com/captaincluster/random-quote-machine
- Owner: CaptainCluster
- Archived: true
- Created: 2024-03-05T06:46:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T19:05:21.000Z (over 1 year ago)
- Last Synced: 2024-10-10T04:23:09.595Z (8 months ago)
- Topics: bootstrap3, freecodecamp, freecodecamp-project, front-end, html, jquery
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random-Quote-Machine
This is a project that is a part of the *Front End Development Libraries* course hosted by **FreeCodeCamp**.
The program fetches the data from a url that has a JSON object containing a bunch of quotes. A quote will be
randomly selected from the received JSON object, after which it will be displayed.
The **dependencies** are already provided within the HTML document, thus no installations are required.
👀 An example quote
---
![]()
🙏 Credits
---
This project is a part of **FreeCodeCamp** *Front End Development Libraries Course*. Some of the code in their
example project has been used, along some ideas. The UI and styling were made by me, along parts of the code.