BSCS-501 Theory of Computer Science Lab Project Proposal Name: Arbaz Ali Khan Seat no.: EB20102015 Section: B (evening) Lab Instructor: Mr. Syed Raza Abbas Project Topic: Sign-in Form Validation using Regex with JavaScript The sign in form through the frontend will be visualized with HTML. In the form password, phone number, email address fields will be matched with the given Regex class of JavaScript. Unless all these such fields are correct, an error modal or drop text will appear if one of the fields doesn’t match with the regex. The input fields value will be handled by the JavaScript document element and query selector. While in the backend these values will be matched with Regex.