An open API service indexing awesome lists of open source software.

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.

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.

![jQuery](https://img.shields.io/badge/jquery-%230769AD.svg?style=for-the-badge&logo=jquery&logoColor=white)
![Bootstrap](https://img.shields.io/badge/bootstrap-%238511FA.svg?style=for-the-badge&logo=bootstrap&logoColor=white)

The **dependencies** are already provided within the HTML document, thus no installations are required.

👀 An example quote
---



🙏 Credits
---
![FreeCodeCamp](https://img.shields.io/badge/Freecodecamp-%23123.svg?&style=for-the-badge&logo=freecodecamp&logoColor=green)

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.