Addition of validation functionality to a basic form with several fields using Vanilla Javasript. The validation checks the following :-
- Minimum length of username
- Email is in correct format
- Minimum length of password
- Site is of correct format
- Password and Confirm password match
- No field remains empty