Skip to content

The goal is to solve a React interview question with the rules in the ReadMe - https://ferrodude.github.io/pincodeReact/

Notifications You must be signed in to change notification settings

FerroDude/pincodeReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Versao LIVE -> https://ferrodude.github.io/pincodeReact/

Requirements

  • Buttons should work with either touch or clicks
  • The pin should be hidden except for the last number
  • Hardcode somewhere in the code right PIN (which eventually could be read from an API)
  • The pin is always max 4 digits long
  • When the user inputs 4 digits the pin is checked
  • If the inserted PIN is correct the screen displays OK and the screen is cleared
  • If the inserted PIN is wrong the screen displays ERROR and the screen is cleared

Bonus requirement

  • After 3 wrong attempts the pinpad locks for 30 secs, showing LOCKED on the display

About

The goal is to solve a React interview question with the rules in the ReadMe - https://ferrodude.github.io/pincodeReact/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published