Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/jvitoralb/random-quotes
- Owner: jvitoralb
- Created: 2022-05-19T18:08:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T17:22:21.000Z (over 1 year ago)
- Last Synced: 2024-11-11T11:47:41.090Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).