Create a user registration page that matches the image below.
The username field should only allow numbers and letters and must be at least 8 characters in length.
The password field should require at least 1 captial and 1 number and must be at least 10 characters in length.
The username and password should be saved to local storage.
Your page must prompt the user when a field is filled out incorrectly.