This project is for a Code Challenge to develop a simple Signup page using AngularJS with the following requirements: Create a user signup that accepts the following fields with respective labels:
- Username
- Password
- Confirm Password
- Make sure a username cannot be longer than 15 characters.
- Validate the email addresses to spec: https://stackoverflow.com/a/2049510
- Confirm the ‘Password’ and ‘Confirm Password’ fields match.
- Please show an error when the user clicks outside the field and the info entered is incorrect.
- Create submit button that is disabled until all requirements are met.
- Align the fields vertically in a ‘stack’ like format.
- Center the input fields on the page.
- Make sure there is at least 8px of vertical margin between each field. (and Submit button)
- Give the input fields rounded corners of at least 2px.
Made the assumption that all fields are required.
Browser with internet access and javascript support
- Clone the repository - Everything is in the index.html so you can just manually download it
- Open the index.html with your preferred browser