NgZiXin / Orbital-6402

Team ID: 6402 (Apollo 11)
0 stars 0 forks source link

Form validation #18

Closed YangQF2002 closed 2 weeks ago

YangQF2002 commented 2 weeks ago

Implement form validation for the signup, login, and edit forms to safeguard against wrong inputs

YangQF2002 commented 2 weeks ago

Successfully implemented form validation using formik forms + yup + handleSubmit methods. Relevant Django backend errors are also correctly reflected in the frontend.