CSCI 3172 Html / CSS Question

0 comments

(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 required
field.
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) Once registered, users should be able to log into your web application through your lab’s login page

.
(d)Your login form should include the following fields:

(e) Once logged in, your user should receive some sort of welcome message.
i. Username: must match username in database.
ii. Password: must match password in database for a given user.

Note: Remember, you must make use of classes, inheritance, sets and map while doing this
assignment. Also, no use of built-in JavaScript functions is allowed while doing the assignment.
However, use of built-in properties are allowed. You have to make your own custom functions if
needed for usage

About the Author

Follow me


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