Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 465 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 465 Bytes

This project is a basic template sign-up form for an imaginary service

Making this project required the use of HTML form concepts and form validation along with CSS positioning and other intermediate concepts

The HTML form comes with built in live inline validation to inform the user whether a field meets the valid requirements. All validation checks were done using Javascript Constraint Validation API.

Live Preview: https://araza-13.github.io/sign-up-form/