Create a page with a sign up form. It can have any input but you must require, first name, last name, phone number and email. It should also have a section for OAuth (allow for sign in with Facebook, Google, etc.). The phone number and email must be valid and the phone number should be formatted.

Part one: Create a page with a basic form

Previous
Previous

How to Create A Basic Sign Up Form with HTML

Next
Next

Count Item Occurrences in an Array JavaScript Solution