Html / CSS Question

0 comments

For this lab, you will be creating a simple 1-page site using Angular, based on the following set of requirements:
(a) Your registration form should be in a file named index.html or index.js
(b)Your registration form should include and validate the following fields:
i. Email: follow traditional email format, and allow for two-character (e.g., ‘.uk’), three character
(e.g.,‘com’), or four character (e.g., ‘info’) domains, and be a required field.
ii. Username: must not begin with a number or contain spaces or special characters and must be a
requiredfield.
iii. Password: use at least one number, one uppercase letter, one lowercase letter, and one special
character.
The password should also be at least 8 characters long. This field must be a required field
iv. Confirm Password: must match ‘Password’ field.
(c) On the successful submission of the form, you can show a dummy success message.
Note: Remember, you’ll be expected to use Angular concepts to build the application.
– In regard to the look-and-feel of your assignment, you have complete creative freedom for this assignment. You
are encouraged to work towards an aesthetically pleasing website that applies the design and development
principles you have learned thus far in your academic and/or web development career. You may use Creative
Commons images and/or logos with proper author attribution (provided through code comments, and/or
README.txt or README.md file).

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}