Skip to content

Commit 90b734a

Browse files
authored
Create README.md
1 parent 0c14a69 commit 90b734a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Task 08 – Live Character Counter
2+
3+
## ✅ Objective:
4+
Show a live character count as the user types in an input field.
5+
6+
## 💡 Concepts Practiced:
7+
- `input` event
8+
- String length using `.length`
9+
- Real-time updates on screen
10+
11+
## 📘 What I Learned:
12+
- How to respond to input events.
13+
- Updating UI in real-time as user types.
14+
15+
## ▶️ Example Flow:
16+
1. User types in input.
17+
2. Character count updates instantly below the input.

0 commit comments

Comments
 (0)