Date : 21-6-25
1. Build a Student Registration Form using AngularJS that allows users to input their details.
The form should include validation for required fields, email format, and minimum character
requirements. Upon submission, the data should be displayed.
Features to Include:
• AngularJS ng-app, ng-controller, and ng-model.
• Form validation using AngularJS directives (required, ng-pattern, ng-minlength, ng-show).
• Conditional display using ng-show and form $error.
• Reset and Submit buttons.
• Display submitted data below the form.
• Form state management using $touched, $dirty, and $valid.
Field Name Type
Full Name text
Email Address email
Password password
Confirm Password password
Gender select
Date of Birth date
Phone Number text
Address textarea
Courses Interested checkboxes
Profile Picture file
Field Name Type
Terms & Conditions checkbox