arshadpatel / codeX100

codeX100 is an interactive platform designed to provide high-quality programming courses and educational content across multiple languages and technologies. Whether you're learning the basics of C, C++, Java, Python, or delving into Data Structures and Algorithms (DSA), codeX100 caters to learners of all levels.
0 stars 2 forks source link

Fix Login Form Validation #8

Open arshadpatel opened 12 hours ago

arshadpatel commented 12 hours ago

The login form currently lacks proper validation. Implement validation rules for email format, password length, and error messages for invalid input.

Tasks:

Skills: HTML, JavaScript