generated from cs130-w21/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Sign up page: Allows creation of an account
akcode101 edited this page Mar 8, 2021
·
1 revision
For this page, enter a username, email, and password for your account. Note that the username should be at least one character, the email has to be in email format (e.g. is abc@xyz.com), and the password has to be at least 8 characters long. Below you will see good inputs to the sign up page that meet the requirements discussed previously:
Here, the username is at least 1 character, the email is in the correct email notation, and the password is at least 8 characters long. Thus, upon the clicking of the "Sign Up" button, we shall see the app move on to the profile page, where the user enters his/her details.