Day 11 Challenge
Day 11 of 365 Days of Coding! Front End challenge 1, Part 4. 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. The email must be a valid email and phone number should be formatted. Part Four: Add OAuth sign in option for Google and Facebook (or whatever sites you want to add them for)
Day 10 Challenge
Day 10 of 365 Days of Coding! Front End challenge 1, Part 3. 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. The email must be a valid email and phone number should be formatted. Part three: Add validation for the email and phone number fields.
Day 9 Challenge
Day 9 of 365 Days of Coding! Front End challenge 1, Part 2. 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. The email must be a valid email and phone number should be formatted. Part two: style your form and page! make it pretty!
How to Create A Basic Sign Up Form with HTML
How to Create A Basic Sign Up Form. Create the HTML for a sign up form with a first name, last name, phone number, and email. Day 1 of a 4 day series of how to create a sign up form with OAuth. Day 8 of 365 of Coding
Day 8 Challenge
Day 8 of 365 Days of Coding! Front End challenge 1, Part 1. 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. The email must be a valid email and phone number should be formatted. Part one: Create a page with a basic form