Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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