The following repository contains a Sign-in page and a Sign up page which are designed using basic HTML and CSS. For validation on various fields , I have used javascript.
The checks/validation that are applied on the input fields are as follows:
- Email: The email must be in the correct format i.e., containing '@' symbol.
- Password: Password must be atleast 8 characters long with atleast one numeric and special character
- Password Confirmation: On the Sign-up page, the input values in new password and confirm password fields must match
- Required fields: Some of the fields including email, password, confirm password and username are made compulsory.