Skip to content

Commit c889e31

Browse files
Update README.md
1 parent 73e9774 commit c889e31

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 📝 Form Validation Project
22

3+
<p>
4+
<img src="https://img.shields.io/badge/HTML-5-orange?logo=html5" />
5+
<img src="https://img.shields.io/badge/CSS-3-blue?logo=css3" />
6+
<img src="https://img.shields.io/badge/JavaScript-ES6-yellow?logo=javascript" />
7+
<img src="https://img.shields.io/badge/Project-Form%20Validation-success" />
8+
</p>
9+
310
This project is a **client-side form validation system** built using **HTML, CSS, and JavaScript**.
411
It validates user input in a web form (such as name, email, password, phone, etc.) and displays clear error messages to ensure data is entered correctly before submission.
512

@@ -29,6 +36,7 @@ This project was built as part of my **internship**, focusing on writing clean,
2936
- **JavaScript** – All validation logic and DOM manipulation
3037

3138
---
39+
3240
📁 Project Structure
3341

3442
form-validation-project/
@@ -37,6 +45,8 @@ form-validation-project/
3745
│── script.js → Validation logic
3846
└── README.md → Project documentation
3947

48+
---
49+
4050
📂 File Details
4151

4252
index.html — Contains the form structure and UI layout
@@ -47,6 +57,8 @@ script.js — Includes all validation rules and logic
4757

4858
README.md — Documentation explaining the project
4959

60+
---
61+
5062
🎯 Internship Context
5163

5264
This project was created as part of my internship, focusing on:
@@ -57,6 +69,8 @@ Handling multiple edge cases in user input
5769

5870
Improving form usability and error feedback
5971

72+
---
73+
6074
👨‍💻 Author
6175

6276
BAAVIKALA JAGADEESWAR REDDY

0 commit comments

Comments
 (0)