You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a **client-side form validation system** built using **HTML, CSS, and JavaScript**.
4
11
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.
5
12
@@ -29,6 +36,7 @@ This project was built as part of my **internship**, focusing on writing clean,
29
36
-**JavaScript** – All validation logic and DOM manipulation
30
37
31
38
---
39
+
32
40
📁 Project Structure
33
41
34
42
form-validation-project/
@@ -37,6 +45,8 @@ form-validation-project/
37
45
│── script.js → Validation logic
38
46
└── README.md → Project documentation
39
47
48
+
---
49
+
40
50
📂 File Details
41
51
42
52
index.html — Contains the form structure and UI layout
@@ -47,6 +57,8 @@ script.js — Includes all validation rules and logic
47
57
48
58
README.md — Documentation explaining the project
49
59
60
+
---
61
+
50
62
🎯 Internship Context
51
63
52
64
This project was created as part of my internship, focusing on:
@@ -57,6 +69,8 @@ Handling multiple edge cases in user input
0 commit comments