A project to increase my development skills during the RDS bootcamp. The app consists of a sign up page, an OTP verification page and a referral code page.
[x] Make an OTP field which has 5 boxes. This field should only accept numbers.
[x] Make an OTP check button to make sure the entered OTP is correct and then lead to the referral page. The button should be disabled until the OTP is entered.
[x] Make an error message to be displayed when the OTP entered is wrong.