Skip to main content

Recently Updated Pages

Params & Body

Week1 : Backend introduction

new data.json {   "users": [     {       "id": 1,       "firstname": "Alice",      ...

Updated 5 months ago by gugun

CSC105 Backend 27/4/23

CSC105 Backend fundamental

1. What is the Backend? Backend development (often called the “server-side” development), is the ...

Updated 5 months ago by win

JSON

Week1 : Backend introduction

What is JSON JSON stands for JavaScript Object Notation JSON is a text format for storing and t...

Updated 5 months ago by gugun

API Exercise

React fetching the data

Instruction In this exercise we would create web application to provide information about Food D...

Updated 6 months ago by ps.safe

Deck of Cards API

React fetching the data Public APIs

Shuffle the Cards: Add deck_count as a GET or POST parameter to define the number of Decks you w...

Updated 6 months ago by ps.safe

Free Dictionary API

React fetching the data Public APIs

Search word definition and some other details. with this request format it would provide many ...

Updated 6 months ago by ps.safe

Fetching base on input

React fetching the data

Mange API with state Now we will use state in react to help on manage with the API. with endpoi...

Updated 6 months ago by ps.safe

React Fetching

React fetching the data Fetching with API in React

In this course for the data, we have used is the API endpoint from https://reqres.in/api/users ...

Updated 6 months ago by ps.safe

Fetching via Axios

React fetching the data

Axios Axios package is a Javascript library not API. Axios use promise-based HTTP client designe...

Updated 6 months ago by ps.safe

HTTP & HTTP request

React fetching the data

HTTP (Hypertext Transfer Protocol) HTTP is a protocol for fetching resources such as HTML docume...

Updated 6 months ago by ps.safe

RESTful API

React fetching the data

REST (Representational State Transfer) What is RESTful API? RESTful API is an interface desig...

Updated 6 months ago by ps.safe

What is API ?

React fetching the data Fetching with API in React

API (Application Programming Interface) API stands for Application Programming Interface, it's...

Updated 6 months ago by ps.safe

Bank project Cont.

Form Handling & Routing in React

For this week, we going to continue on our bank project from last week by the following goals Go...

Updated 6 months ago by Phawitpeem

Routing exercise

Form Handling & Routing in React

Instruction Make a page call MainPage.jsx - In main page (Parent) there will be two button that...

Updated 6 months ago by Phawitpeem

Form Handling Exercise

Form Handling & Routing in React

Instruction Create a form that receive the 2 input and 1 submit button 1. Email 2. Password ...

Updated 6 months ago by Phawitpeem

Introduction

Form Handling & Routing in React Navigation In React

When you create React app, it does not include the page routing function. React Router is one o...

Updated 6 months ago by Phawitpeem

Basic Navigation

Form Handling & Routing in React Navigation In React

You can read full guide and tutorial here Basic Navigation in React Page creation In page fo...

Updated 6 months ago by Phawitpeem

Dynamic Routing

Form Handling & Routing in React Navigation In React

Dynamic routing is a powerful technique used in web development to handle navigation and renderin...

Updated 6 months ago by Phawitpeem

React router component

Form Handling & Routing in React Navigation In React

Components in React Router V6 BrowserRouter BrowserRouter is main component to cover our React ...

Updated 6 months ago by Phawitpeem

Advance form handling with YUP & React-hook-form

Form Handling & Routing in React Deal With Forms In React

 yup and react-hook-form is your life saver.  Yup are powerful tools in the React ecosystem ...

Updated 6 months ago by Phawitpeem