LoginDemo
Login app screen
Evaluation of coding skills for job application
We would like to understand a few things about your approach to code, projects, and the way you build them.
- The given UI must be implemented using SwiftUI
- The inputs fields should not be empty
- Validations for email (must be a valid email)
- Validations for password (should have 8 characters, 1 number, 1 upper case alphabet, 1 lower case alphabet)
- Validations for username (should not have spaces and no upper case alphabet)
- The app must be responsive for all devices (iPhone SE, iPhone 13, iPad)