hackatooons / e-bureau

e-bureau.vercel.app
MIT License
13 stars 25 forks source link

Add formik and Yup for validation before sign-in and sign-up #85

Closed rsinghcodes closed 2 years ago

rsinghcodes commented 2 years ago

Describe the Bug

Whenever I am trying to sign up or sign in, no proper validation is being done. Only error message is shown on error alert box.

Expected Behaviour

I want to add formik and yup which will validate input before sign-in or sign-up and show error at the bottom of each input box accordingly.