Skip to content

was-coder/wejapa-js-task2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FORM VALIDATION TASK

This is the second javascript project given by weJapa internship

TASK

  1. Build a simple Form, with Fullname, Email, Phone and Password input fields functionality
  2. On click of the "Submit" button, validate the form with the below Preferences:
    • The fullname Must be 2. (e.g Wejapa Internship)
    • The email must have '@' and 'com'.
    • The phone number MUST have '+' and must be 14 digits.
    • The password MUST be more than 6.

LANGUAGES/TOOLS USED

  • HTML
  • CSS (SASS)
  • JAVASCRIPT

HOST LINK

It is hosted on netlify and the link is https://hardcore-snyder-d6cbcc.netlify.app/