Skip to content

grashupfer99/js-techdegree-project-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Registration Form

The app checks a user's input, performs validation for all fields, including input name, email, select options, checkboxes, credit card information. If all conditions are met the form passes validation and is successfully submitted. The project is implemented in pure JavaScript using the Module Pattern.