Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

7 total results found

Front-End Development

Introduction to Basic React What is Frontend?

Figure1. Front-End Front-end development refers to the process of creating the user interface and user experience of a website or web application. It involves the design and implementation of the visible aspects of a website that users interact with direc...

What is React?

Introduction to Basic React React Introduction

React is a JavaScript library for building user interfaces. React' s most obvious feature is that it writes complex code in separate chunks, each of which can perform separate tasks. It enables developers to create reusable UI components that efficiently u...

React Project Setup

Introduction to Basic React React Introduction

How to Create React Project  Make sure you've already install node js + npm  1. Open your terminal, and move to any directory that you want to keep the project.  2. Type the following command to create React Project npx create-react-app yourAppName or...

React Component

Introduction to Basic React React Introduction

Rendering  Rendering is to render the React element we created in the browser using ReactDOM. Re-rendering  Happens when a rendered React element has a props or state that has changed from the previous render. That React element will be rendered aga...

RPG theme TODO App

Introduction to Basic React React Exercise

Now we're gonna try to do some Lab about what we've learn so far. Please follow the given instruction until the end.  Objective: Understand the use of useState and Manage the state  Understand concept of Component in React Understand to import and export...

Simplest Calculator

Introduction to Basic React React Exercise

In this assessment, your goal is to build a simple calculator app. The app should be fully functional. For the CSS you don't need to do it by yourself, copy the code below and paste it on App.css in the src folder, before you paste it make sure you delete...

Bank App Home Page

Introduction to Basic React hands-on lab

Throughout this course we will try to create full stack bank app web application that fully functioning Creating Home Page The final result of this lab should look like this  The home page should consist of  Deposit/transfer/ withdraw card : original...