Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 338 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 338 Bytes

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.