A sign up form for a fake service. The purpose of this project was to practice form validation, css styling, and mobile styling.
Project description can be found here.
Live demo available here
- UI built to spec
- HTML5 Form Elements
- Form validation using JavaScript
- HTML5
- CSS3
- JavaScript ES6
This project helped to reinforce the following skills:
- Form validation
- JavaScript password validation
- CSS styling
- Mobile styling
This project could be improved with:
- specifying which specific password criteria is invalid within the Custom Validity
- Clone this repository to your desktop.
- Navigate to the top level of the directory by running
cd odin-sign-up-form
. - Open
index.html
in your browser.