Skip to content

Create a random quote generator using jQuery [jquery, dom]

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

WDI-SEA/random-quote-jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Quote Machine

We're going to use jQuery to make a webpage that displays a random quote.

Getting Started

  • Fork and clone this repository
  • Run npm install to install dependencies
    • npm start - start the BrowserSync server
    • npm run lint:css - lint CSS
    • npm run lint:js - lint JS
  • Setup your HTML page, and don't forget to include links to the CSS and JS files.
  • Be creative! Both in your choice of quotes and styling. Think about all of those different CSS properties.
  • As a bonus, add a form field and allow people to include their own quotes in your random generator.

Gathering Quotes

IMDB and Goodreads are good sources for quotes. Look up a movie, an author or book that you like and see what they have. Feel free to google around for any other collection of quotes you feel inspired to use.

Requirements

  • Using jQuery, create a webpage that generates a random quote and display it on the page when a button is clicked
  • Every time the button is clicked, clear the old quote and replace it with a new random quote.

Bonus!

  • If you've already encountered AJAX or fetch, alter this assignment to use a Quote API to pull quotes

Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

Create a random quote generator using jQuery [jquery, dom]

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages