Skip to content

ahmed14rasheed20/ReARJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beginner React useState Project

A tiny React app (Vite) that demonstrates the useState hook with two features:

  1. Counter — increase / decrease / reset.
  2. Input Tracker — mirrors what you type in real time.

How to run

npm install
npm run dev

Then open the URL shown in the terminal (usually http://localhost:5173).

Recording script (quick)

  • Intro (name & project).
  • Show Counter: click +, -, Reset; explain useState state update.
  • Show Input Tracker: type text and show live rendering.
  • Wrap up and mention repo link.

About

Beginner React useState Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors