Complete JavaScript, jQuery and React Bootcamp - Hands-On
- Description
- Curriculum
- FAQ
- Reviews
Welcome to the JavaScript, jQuery, and React Bootcamp. In this course you will learn how to use JavaScript along with two powerful JavaScript libraries to build dynamic, interactive web pages. We start with introducing students to the document object model (DOM) which defines the logical structure of HTML documents. From there we dive into JavaScript to demonstrate various methods in which DOM elements can be manipulated to add interactivity to static components. The JavaScript section starts right from the basics, which includes JavaScript placement, and data output. From there we move on to variable declaration, arithmetic operations, operator precedence, data types, and objects. Once the foundations are covered, we move on to more complex operations using Arrays, Conditional Statements, JavaScript comparison operators, booleans and loops. Here students will learn to unleash the true power of JavaScript to render different outcomes based on user interaction. We will explore the use of functions to efficiently handle repetitive tasks and JavaScript events to handle output based on actions and occurrences. The section will conclude with a hands-on project where students will implement their knowledge to build a web based photo gallery and background color changer.
In the second section of this course, students will learn to work with jQuery – a powerful JavaScript library designed to simplify HTML DOM tree traversal and manipulation. jQuery is ultra lightweight, feature rich, and cross-platform compatible. It’s one of the easiest libraries to work with for building out JavaScript features on an HTML web page. jQuery is excellent for event handling, CSS animations, and Ajax integration for asynchronous UI state changes. Similar to the JavaScript section, the jQuery module begins with the foundations. This includes instructions on embedding jQuery to a web page, and an intro into jQuery syntax. Students will learn to work with jQuery selectors, events, and toggling. From there we dive into animations using fades, slides, and the jQuery animate function. Students also learn about chaining, draggable objects, callback functions, the get content method, toggling classes, and filtering. By the end of the jQuery module, you will know how to build stunning animated web pages with ease.
In the last section of this course we’ll explore React – a cutting edge JavaScript library for building state-of-the art user interface components. You’ve likely seen React in action on some of the hottest web apps developed by fortune 500 companies. For example, Netflix, Facebook, and AirBnB all use React for their front-end UI. As a matter of fact, React was developed by Meta alongside a community of independent developers. Until this day, React remains free and open-source so it has plenty of support and documentation. Unlike jQuery which interacts with the document object model directly, React works through a “virtual” DOM. React is unaware of changes made to the DOM outside of React and determines updates based on its own internal representations. React is best for creating reusable code blocks for UI components and layering them on top of each other to minimize the number of times the DOM needs to be re-rendering on state changes.
The React section of this course starts off with a hands-on project where you’ll learn how to work with functional React components, props, Callback functions, OnClick Events, and the React State hook to build a fully functional calculator. From there we will dive into project number two, where you will build a connect-4 clone. Here we will cover more intermediate concepts including passing props, destructuring, passing arguments to click events, various styling methods, and handling callbacks. You will also learn about the React key property, React lifecycle events, and conditional rendering. By the end you will have built a complete multi and single player connect-4 game board with built-in AI capabilities.
In the final section of the course we further unleash the power of React by building out a complete e-commerce site with multiple product categories, a product showcase, shopping cart feature, and much more. Here, we introduce a number of integral new concepts including: JSON server, Fetch API, and installing React router. These essential building blocks will be used to render the product categories, style the product list, and configure the product details page. From there we dive into styled components, refactoring the shop layout, and exploring the concept of “context” in React. In the final stages of the project students will configure the shopping cart basket, and the checkout feature. We will also implement a product search feature, followed by in-depth exercises on validating input forms in React.
As you can see this course covers a tremendous bit of ground. Best of all it’s co-authored by Tim Maclachlan – a renowned senior full-stack developer with over 20 years of commercial development experience. As a multi-faceted developer, Tim specializes in algorithmic, analytical and mobile development. To date, he’s written hundreds of applications and worked in a number of industries from commercial aviation and military, to banking and finance. Tim has a genuine passion for teaching others how to become better coders and looks forward to interacting with his students.
With that said, we hope you’re just as excited about this course as we are, if so – hit that enroll button and let’s get started.
-
3IntroductionVideo lesson
-
4JS PlacementVideo lesson
-
5External JavaScriptVideo lesson
-
6JavaScript OutputVideo lesson
-
7JavaScript InnerHTMLVideo lesson
-
8JavaScript CommentingVideo lesson
-
9JavaScript ConstantsVideo lesson
-
10JavaScript Variables IntroductionVideo lesson
-
11JavaScript Assignment OperatorVideo lesson
-
12JavaScript Arithmetic OperationsVideo lesson
-
13JavaScript Arithmetic Operations ContinuedVideo lesson
-
14JavaScript Operator PrecedenceVideo lesson
-
15JavaScript Data TypesVideo lesson
-
16JavaScript ObjectsVideo lesson
-
17JavaScript Object OutputVideo lesson
-
18JavaScript StringsVideo lesson
-
19JavaScript String LengthVideo lesson
-
20JavaScript Special CharactersVideo lesson
-
21JavaScript Random NumbersVideo lesson
-
22JavaScript Min and Max FunctionVideo lesson
-
23JavaScript Math Round FunctionVideo lesson
-
24JavaScript ArraysVideo lesson
-
25JavaScript Array AttributesVideo lesson
-
26JavaScript Arrays - Pop - Push - Shift - UnshiftVideo lesson
-
27JavaScript Changing and Deleting ElementsVideo lesson
-
28JavaScript Splicing an ArrayVideo lesson
-
29JavaScript Sorting an ArrayVideo lesson
-
30JavaScript Joining ArraysVideo lesson
-
31JavaScript Conditional StatementsVideo lesson
-
32JavaScript ComparisonsVideo lesson
-
33JavaScript BooleansVideo lesson
-
34JavaScript For LoopsVideo lesson
-
35JavaScript For-In LoopVideo lesson
-
36JavaScript While LoopsVideo lesson
-
37JavaScript Do-While LoopVideo lesson
-
38JavaScript Break and ContinueVideo lesson
-
39JavaScript FunctionsVideo lesson
-
40JavaScript EventsVideo lesson
-
41JavaScript Project 1 - BG Color ChangerVideo lesson
-
42JavaScript Project 2 - Photo GalleryVideo lesson
-
43JavaScript Project 2 - CompletionVideo lesson
-
44Introduction to jQueryVideo lesson
-
45Embedding jQueryVideo lesson
-
46jQuery Syntax and Selector IntroVideo lesson
-
47jQuery ID SelectorVideo lesson
-
48jQuery Class SelectorVideo lesson
-
49jQuery Other SelectorsVideo lesson
-
50External jQuery FileVideo lesson
-
51jQuery Events IntroVideo lesson
-
52jQuery Events - mouseenter and mouseleaveVideo lesson
-
53jQuery Events - mousedown and mouseupVideo lesson
-
54jQuery Multiple Event HandlersVideo lesson
-
55jQuery Hiding-ShowingVideo lesson
-
56jQuery ToggleVideo lesson
-
57jQuery Fade In-OutVideo lesson
-
58jQuery Fade ToggleVideo lesson
-
59jQuery Fade ToVideo lesson
-
60jQuery Slide DownVideo lesson
-
61jQuery Slide UpVideo lesson
-
62jQuery Slide ToggleVideo lesson
-
63jQuery AnimateVideo lesson
-
64jQuery Animate - Multiple ParamsVideo lesson
-
65jQuery Animate - Relative ValuesVideo lesson
-
66jQuery Animate - Queue FunctionalityVideo lesson
-
67jQuery Stop MethodVideo lesson
-
68jQuery Callback FunctionsVideo lesson
-
69jQuery ChainingVideo lesson
-
70jQuery DraggablesVideo lesson
-
71jQuery Accordian MenuVideo lesson
-
72jQuery Get Content - text and htmlVideo lesson
-
73jQuery Get Content - ValVideo lesson
-
74jQuery Get Content - attrVideo lesson
-
75jQuery Set Content - text - html - valVideo lesson
-
76jQuery Set Attributes - attrVideo lesson
-
77jQuery Append and PreprendVideo lesson
-
78jQuery - After and BeforeVideo lesson
-
79jQuery Remove and EmptyVideo lesson
-
80jQuery Filter RemoveVideo lesson
-
81jQuery Add ClassVideo lesson
-
82jQuery Remove ClassVideo lesson
-
83jQuery Toggle ClassVideo lesson
External Links May Contain Affiliate Links read more