Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jvitoralb/random-quotes

Quote machine with jQuery and Sass!
https://github.com/jvitoralb/random-quotes

Last synced: about 1 month ago
JSON representation

Quote machine with jQuery and Sass!

Awesome Lists containing this project

README

        

## Random Quotes Machine

This project initializes freeCodeCamp Front End libraries certification projects.

To get this machine working, I used jQuery / JavaScript and Sass for styling.

In the `index.js` file, you can find all the code that makes the machine work properly
and in `quotesBank.js` file, there's an array with 35 objects
that contains quote and author keys.

[Click here to see it live](https://jvitoralb.github.io/Random-Quotes/).