React – JSX

Introduction to JSX in React JSX, or JavaScript XML, is a syntax extension for JavaScript used in React to describe the UI structure. It allows developers to write HTML-like code within JavaScript, which gets transformed into React elements. Here’s a brief introduction to JSX: Syntax: JSX is a JavaScript syntax Read more…

React – Root Node

In React, a React element is a JavaScript object that describes a part of the user interface. It contains information about the type of HTML element to create (like div or span), its properties (like attributes and event handlers), and its children. When React renders these elements, it doesn’t directly Read more…

Game – Hue Jumper

Introduction This is a open source 3D game. The road is randomly generated and different every time. How to play You start with 20 seconds, pass checkpoints to get 10 more seconds. Avoid rocks and trees by swerving or jumping over them. The road ends at 1000, good luck! Gaming Read more…

Game – Tetris

Introduction Tetris is a funny and puzzle game where you need to spread squares all over the space so that you can eliminate squares in rows to get as a bigger score as possible. How To Play You can play on the desktop computer with four buttons, up, down, left and right. Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X