Skip to content

KellyOB/Signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Signup

Week 13 Project for Devslopes Academy

Build a signup screen to match example and only allow emails in valid format and passwords of at least 6 characters.

Requirements

  • There are 3 options under "WHO YOU ARE?" Tapping the avatar image will highlight that image and un-highlight the other two
  • When an avatar is selected, the background of the screen changes to a different color (that goes with the avatar)
  • The "Email" TextField should only allow valid emails to be entered
  • Passwords must be a minimum of 6 characters
  • Confirm password TextField should be disabled until a 6 character password is entered in the password field
  • As the user is typing into Confirm password, if the passwords don't match the red border appears
  • The "SIGNUP" button is disabled until all fields are valid

Screenshots



Features

  • SwiftUI
  • Validation for email and password fields

About

Build a signup screen with email and password validation using SwiftUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages