Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Deploying a Linode Virtual Instance
In this video, you will learn how to deploy a virtual instance in Linode.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 3
Here, we will continue with the validation of information in the forms; we will also be looking at providing feedback to the user based on the information validation process with visuals.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing Search Results
In this video, we will understand how to implement a search bar on the basket page. We will generate a couple of components that will aid us in inputting in a textbox and allow the page to search for the component based on the stored...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Local Storage
In this lesson, you will learn about the local storage of information in a basket. When we place items in a basket and refresh or reload the page, it should be able to retain the items placed in the list until the transaction is processed.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Order Confirmation
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before going ahead with the last order for payment.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Checkout - Fixing the State
We will create a checkout page, which will require us to handle the items in the product list, make final calculations, and add any other info if needed; reloading the page should allow us to make changes in the total by adding or...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Basket Layout
In this video, you will learn how to create the basket layout for storing the chosen products and increase or decrease the quantity of the items or delete the items from the list.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Context in React
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styled Components - Product Description
In this lesson, we will understand the styled system, a collection of utility functions that adds style props to your React components and allows you to control styles based on criteria.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Product List
This video demonstrates how we can update and stylize the product list based on specific ecommerce store's sales criteria.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Tidy the Fetch API Call
Here, you will learn how to clean up the Fetch API, which provides a JavaScript interface for accessing and manipulating protocol parts, such as requests and responses.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Styling the Store
Now, we will focus on creating a stylized interface for the store. We will define the page structure, the Events, and how the store behaves.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API
In this lesson, we will look at the Fetch API, a promise-based interface for fetching resources by making HTTP requests to servers from web browsers.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Smart Computer Player (Basic AI)
After creating the Suggest button and clicking on it, the game will suggest a random number so the player can strategize their moves. We will use artificial intelligence to improve the player's intelligence on the computer and make more...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Determining a Draw Condition
After getting the moves to function in the game, we will now determine a draw condition when there are two players and how the game is a tie or a draw, what parameters are defined to determine the draw, and the conditions of the game.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Calculating the Winner
In this video, after completely restyling our game board, we will focus on the game functionality and create the gaming functions, define the winner properties and conditions, and get the game to function.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Updating the Player Circle
Here, we will use the dynamic styles we created and learn to update the player circles with those styles to make the game more presentable.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Handling Callbacks
In this lesson, we will use the dynamic classes created in the previous video in callback functions to handle exceptions when running an Event function.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dynamic Classes
After learning how to create dynamic styles, you will learn to create dynamic classes and use the classes instead of the component details.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Dynamic Styling
In this lecture, you will learn to create a dynamic style that we can apply globally to the React game project.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Global Styling
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Operators
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Events in React
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.