We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c14a69 commit 90b734aCopy full SHA for 90b734a
1 file changed
task08-live-character-counter/README.md
@@ -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