Skip to content

PColares/FormApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormApp

Simple form signUp app with React.

Has 2 screens, SignUp and sucess.

Behavior: The SignUp screen has a form with validation in it's input fields and when everything is validated the user can click the register button to change to a sucess screen. All screens should be responsive in mobile.

Rules: Media Query main width: 650px

Validations:

  • Name: more than 4 digits and a space
  • Email: only lowercase letters allowed and no seats, numbers, period. and @
  • Password: numbers only, greater than or equal to 6 and less than 9.
  • Date in Data Picker
  • Phone: 11 digits - no special characters or letters allowed.
  • Checkbox: Terms must be accepted. The sucess page can only be accessed if all the fields within the parameters

Desktop:

SignUp

image

Sucess

image

Mobile:

SignUp

image

Sucess

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published