Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 2.23 KB

AccountCreation.md

File metadata and controls

26 lines (19 loc) · 2.23 KB

Account Creation - Hervin Sie

Account Creation is for users to start their journey with our app. This feauture allows new users to create their Quizzzy account, and for current users to login back into their already existing account.

Landing Page

  • The Landing Page showcases a short elcome message, along with the app logo with the 'Login' and 'Create an Account' button at the button.
  • For new users, they can click on the 'Create an Account' button which will lead them to the Create Account Page, where users can create their account for the app.
  • For current users that have an existing account, they can click on the 'Login' button which will lead them to the Login Page, where they can enter their details and login to their Quizzzy account.

image

Login Page

  • This page has the app logo placed at the top of the screen, along with a 'Welcome Back' and 'Please enter your details to sign in' messages.
  • Then at middle of the screen there are two input elements, where usres can enter their usernam and password if they have an existing account.
  • Below that there is the 'Login' button, where the user will click once they are done inputing their username and password, and if their details and accounts are valid, they will be taken to Home Page. Else they will be shown an error message.
  • If users do not have an existing account, they can choose to create one and click on the 'Create now' at the bottom of the 'Login' button, which will take them to the Create Account Page.

image

Sign Up Page

  • For new users that do not have an account, they can click on the 'Create an Account' button and create their new account.
  • To make their new coount, they would need to enter their new username, email, and password, as well as entering their password twuce to double confirm it.
  • Whether the username has already been take, or their password is keyed in wrongly, an error message will be thrown out indicating it.
  • Once they are done they simply click on the 'Sign Up' button and their account will be created and they would be brought to the home page.

image