Build a Custom E-Commerce Site in React + JavaScript Basics
- Description
- Curriculum
- FAQ
- Reviews
This course takes you step-by-step through the process of building a fully functional calculator in React. React, also known as React JS, is a powerful JavaScript library used for building custom, interactive user interfaces using UI components. Some of the most well known examples of organizations using React for their front-end include Netflix, Facebook, and Airbnb. Developed and maintained by Meta along with a community of independent developers, React remains free and open-source. React is a component based library built entirely on JavaScript, which makes it perfect for designing complex UI’s. With React, developers can build encapsulated components that efficiently manage their own state and render UI updates specifically when data changes. For example, think of the automated content refresh feature you see on a twitter feed, or facebook like button. Here the state of the UI component changes on the page, without having to manually refresh when the data is updated. This is just one small, yet powerful feature of React.
Through a complete hands-on project, this course will teach you all the fundamental principles of React that you must know to become a proficient React developer. We start right from the basics, including the tools needed to get started. From there we dive into JSX, functional components, props, callbacks, and various OnClick events. By this stage, the calculator will have a complete visual display, coupled with functional arithmetic operations. Students then move on to passing parameters in Callback functions, using the React State Hook, and debugging.
In addition to the hands-on React module, we also offer a comprehensive overview of JavaScript for those who need a refresher. Here 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. We start 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.
-
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
External Links May Contain Affiliate Links read more