A tiny React app (Vite) that demonstrates the useState hook with two features:
- Counter — increase / decrease / reset.
- Input Tracker — mirrors what you type in real time.
npm install
npm run devThen open the URL shown in the terminal (usually http://localhost:5173).
- Intro (name & project).
- Show Counter: click +, -, Reset; explain
useStatestate update. - Show Input Tracker: type text and show live rendering.
- Wrap up and mention repo link.