Skip to content

Commit f14b52d

Browse files
authored
Create README.md
1 parent e443aae commit f14b52d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Task 17 – Personalized Greeting Card
2+
3+
## 🎯 Objective
4+
Ask the user for their name through an input field and display a personalized greeting when they click a button.
5+
6+
## 🧠 Concepts Practiced
7+
- HTML `input` and `button`
8+
- JavaScript `addEventListener()`
9+
- DOM manipulation (`textContent`)
10+
- CSS responsive design
11+
12+
## ✅ What I Learned
13+
- How to capture input from text fields
14+
- How to update webpage content dynamically based on user input
15+
- How to create responsive layouts for small screens
16+
17+
## 🔁 Example Flow
18+
User enters:
19+
- Name: Anita
20+
21+
Clicks **Show Greeting** → Displays:
22+
`Hello Anita! Welcome 🎉`

0 commit comments

Comments
 (0)