☰

React Basics

Home

Introduction

Working Space

React Code Runner

Create your own website and React.js applications with a Node.js environment in frontline technologies

Tasks;

Task 1: Write a functional React component that displays “Hello, React!”

Task 2: Build a counter with two buttons: ➕ Increase and ➖ Decrease. Display the current count using useState

Task 3: Create a form that accepts a user’s name and displays it below the input field in real-time.