Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rijalghodi/random-quote
An app that shows a random great quote from great people
https://github.com/rijalghodi/random-quote
dom-manipulation event-handling jquery sass
Last synced: 21 days ago
JSON representation
An app that shows a random great quote from great people
- Host: GitHub
- URL: https://github.com/rijalghodi/random-quote
- Owner: rijalghodi
- Created: 2022-09-18T23:00:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T00:22:34.000Z (over 2 years ago)
- Last Synced: 2024-11-21T09:11:50.849Z (3 months ago)
- Topics: dom-manipulation, event-handling, jquery, sass
- Language: JavaScript
- Homepage: https://rijalghodi.github.io/random-quote/
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Quote Machine
## About
One of my solved project from the Front End Development Libraries Certification of the [freecodecamp](https://www.freecodecamp.org/) curriculum.
This will give user a random great quotes from great people
## To Run
In VS Code, install 'Live Server' extension > Open index.html located in the project root directory > Right click, click 'open with live server' > app will be available on port 3000.
Or simply click [this link](https://rijalghodi.github.io/random-quote/) to see the project deployment.
## To Test
- Click 'New Quote' to change the quote
- Click twitter button to share the current quote to twitter## What I Learn
- Javascript DOM
- Event and Event handler
- jQuery
- Sass