Instructional Video3:47
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dynamic Classes

Higher Ed
After learning how to create dynamic styles, you will learn to create dynamic classes and use the classes instead of the component details.
Instructional Video4:00
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dynamic Styling

Higher Ed
In this lecture, you will learn to create a dynamic style that we can apply globally to the React game project.
Instructional Video6:43
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Global Styling

Higher Ed
In this lesson, you will learn to create a global CSS file and add the styles we created in the last lesson into the global CSS file to control the styles in one location.
Instructional Video13:19
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Square to Circle Component

Higher Ed
After completing the inline styles to our components in the previous video, we will take it further by applying more styles to make them more attractive in the project.
Instructional Video5:47
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Inline Styling

Higher Ed
This video focuses on how we can style some of the components of the project and create some inline styles for our React components.
Instructional Video9:25
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Arguments to Click Events

Higher Ed
After learning how to run an Event and to destructure a prop, we will look at passing arguments to the click events to define conditions and parameters.
Instructional Video7:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Props - Destructing - React Children

Higher Ed
We will take a second look at the props or properties learned in the previous project and take lessons to the next level. We will define the properties of the circles of this game project.
Instructional Video5:41
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Game Circle - Event

Higher Ed
In this video, we will create the game board component and define the Event() functions for the game.
Instructional Video11:56
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating the Game Board

Higher Ed
This video demonstrates how to create the game board for the Connect-4 game, which will download all the dependencies and files required, create a template and do the configurations.
Instructional Video1:01
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Tools Needed - Node JS

Higher Ed
This video outlines the tools needed to be used to complete this project. We will need Node JS, a runtime engine built on Chrome's V8JavaScript engine, for this project.
Instructional Video1:34
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Introduction - What We Will Build - Connect-4-Clone

Higher Ed
This video outlines what we will build in Project 2, a game called Connect-4-Clone.
Instructional Video1:57
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Project Summary -1

Higher Ed
This video outlines the summary of what we have learned as we created the calculator project with a quick recapitulation of concepts.
Instructional Video5:17
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Debugging in React

Higher Ed
This video elaborates on how we can debug React applications to resolve errors and make the app functional and proper.
Instructional Video10:18
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Operators

Higher Ed
In this video, we will continue to implement the calculator and test the operator functions by clicking on the operator buttons that we have created on the calculator.
Instructional Video7:35
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Display

Higher Ed
After learning to use the React state hook, we will now look at storing variables passed with the () event to put in the calculator's display.
Instructional Video4:50
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook

Higher Ed
In this lesson, you will learn about the React State hook component and how to implement it in our project. We will understand a hook, a function provided by React; they start with the word "use".
Instructional Video4:36
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Parameters in Callback Functions

Higher Ed
After learning how to use callback functions in the previous lesson, we will now use the callback functions we created in the parent component of our code and pass them on to the instances of the child component.
Instructional Video5:54
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Events in React

Higher Ed
After learning how to build the visuals of our basic calculator, we will now create events using the () function to define tasks to the buttons created in the visual and use callback functions.
Instructional Video11:09
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals

Higher Ed
This video demonstrates how to build the visuals of our elementary calculator project. We are going to develop a very basic component called a calculator.
Instructional Video4:24
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - React Components, Props, and Callbacks

Higher Ed
In this video, we will look at the React root component, namely the app, the dashboard, the admin, and other elements of the project that form the tree structure of React.
Instructional Video3:59
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Props in React

Higher Ed
In this lesson, you will learn more about props or properties used in React. Here, the properties are transferred from the parent component to the child component.
Instructional Video3:10
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Why Components?

Higher Ed
This video elaborates on functional components because the React program encourages using functional components.
Instructional Video5:39
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Functional Components in React

Higher Ed
In this video, we will understand how to introduce functional components to load data into our React project, the basic calculator.
Instructional Video4:13
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to JSX

Higher Ed
In this video, you will learn to use JSX, which allows us to incorporate HTML into our JavaScript codes.