Skip to content

Basic web application that showcases fundamental jQuery operations

Notifications You must be signed in to change notification settings

JayBhatt2021/jquery-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Playground

jQuery Playground (referred to as "jQuery Basics" in the project) is a basic web application that allows users to interact with HTML elements using fundamental jQuery operations. This web application is based on Brad Traversy's jQuery Crash Course. However, the code in this repository differs greatly from the original as it utilizes data abstraction, allows for seamless navigation among different jQuery topics, includes thorough documentation, etc.

Setup

First, make sure that you have installed Node.js and npm. You can install them using this link. To ensure that you have them installed on your local machine, input the following commands in your terminal:

$ node -v
$ npm -v

Second, install live-server.

$ npm install -g live-server

To ensure that you have live-server installed on your local machine, input the following command in your terminal:

$ live-server -v

Installation

Now, git clone this repository, and navigate to the jquery-basics directory.

$ git clone https://github.com/JayBhatt2021/jquery-playground.git
$ cd jquery-playground
$ cd jquery-basics

Usage

From the jquery-basics directory, use the following live-server command to run this web application:

$ live-server --port=3720

Finally, navigate to http://127.0.0.1:3720/html/selectors.html in the browser.

About

Basic web application that showcases fundamental jQuery operations

Topics

Resources

Stars

Watchers

Forks