Giter VIP home page Giter VIP logo

jquery-interface-645062-'s Introduction

jQuery: Building an Interface

This is the repository for my course jQuery: Building an Interface. The full course is available on LinkedIn Learning

 jQuery: Building an Interface

Create an interactive user interface that uses the strengths of jQuery, Bootstrap, Underscore.js, and the vast library of jQuery plugins. Instructor Ray Villalobos shows how to use the jQuery selector engine to select DOM elements, and how to manage actions with jQuery events. He accesses external data with AJAX methods, and extends jQuery with plugins for templating webpages and formatting data. He also shows how to sort and search through data with the Underscore.js library and add and edit form data. This hands-one project will strengthen your jQuery skills and help you build more sophisticated and responsive user interfaces.

Instructions

Branches

This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add /tree/BRANCH_NAME to the URL to go to the branch you want to peek at.

The branches are structured so that they correspond to the videos in the course. So, for example if I name a branch 02_03 then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A b means that this is how the code looks at the beginning of the video, an e means that is how the code looked at the end of the video. The master branch usually has the final state of the code when I finish the course.

Installation

Cloning All Branches

The best way to download use this course is to download all of the branches to your local hard drive. I create a course Learning Git and Github that shows you the basics of git and github and how to work with these types of repos.

  1. Open a linux compatible terminal application like hyper, the mac terminal or gitbash (you can install this when you install Git).
  2. Switch to your desktop cd ~/Desktop
  3. Create a new directory for the project mkdir NAME
  4. Switch to your new directory cd NAME

Cloning a Bare Repository

  1. Clone a bare copy of this repository git clone --bare path/to/repo.git .git (make sure you add extra the .git at the end). You can copy the path to the repo from the clone or download button above.
  2. git config --bool core.bare false
  3. git reset --hard

Install Dependencies

  1. Install project dependencies using npm: npm install
  2. Start the automation gulp

Connect

Check out some of my other courses on LinkedIn Learning. You can follow me on LinkedIn, read my blog, follow me on twitter

jquery-interface-645062-'s People

Contributors

planetoftheweb avatar siodice avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.