Book Image

Building Web Apps with jQuery, JavaScript and Bootstrap [Video]

By : Bartłomiej Potaczek
Book Image

Building Web Apps with jQuery, JavaScript and Bootstrap [Video]

By: Bartłomiej Potaczek

Overview of this book

<p>Once you've learned the JavaScript language,the aim of this course is to tackle and face the challenge of building rich full featured web apps remains. This course shows you how to harness your JavaScript knowledge, combine it with Bootstrap and jQuery, to build powerful modern UIs for your web apps. The web developers will able to graduate from a basic understanding of JavaScript web programming to being able to use the wide array of possibilities the jQuery library offers for web development. You will also get to know about Bootstrap framework and ES6 standard. It will also cover basic knowledge about DOM API.</p> <p>Get to know about DOM Traversal and also about manipulation and how events respond to the user actions using jQuery. You will get to examine and implement animation using jQuery library to the web page.</p> <p>The core capabilities of the library will be explored, including demonstrations of various points of DOM manipulation and traversal; using jQuery to manipulate events and change how the user interacts with the page; working with animations; AJAX calls, and more.</p> <p>By the end of the video course, viewers will be able to build outstanding visual and interactive website experiences with their knowledge of jQuery, JavaScript and Bootstrap.</p> <h1>Style and Approach</h1> <p>You will start by creating a new foundation project boilerplate. Then you will setup a basic development environment in your project. To stay up to date with the modern javascript module bundler we will use webpack. Then you will add Bootstrap library to make your application responsive and mobile-first. After the bootstrapping process you will learn how to use filters and selectors which is a powerful set of tools for matching a set of elements in a document.</p> <p>Then you will discover events methods, how to use it to register behaviors to take effect when the user interacts with the browser. Next you will learn several techniques for adding animation to a web page and methods that allows you to fetch remote data via AJAX.</p>
Table of Contents (3 chapters)
Chapter 1
Project Bootstrapping
Content Locked
Section 3
Setting up Webpack
To setup a development environment create a webpack configuration file and create dev server. - Explain what a webpack is, the core concept - Create and setup a basic webpack configuration file for development environment - Create and setup webpackdev server