The forms are implemented with Formik, and validation so far has been done with Yup.
In the application that users send in, the forms are validated, but in the form where admins can create new admissions, it is not. Therefore it would be nice to skim over what the requirements from the backend are, and add some of those in the frontend as well.
Added as a good first issue because all of the code needed exists somewhere in the repo - however if you're new to JavaScript, it could be nice to do it with someone else so they can show you around and give a quick introduction
The forms are implemented with Formik, and validation so far has been done with Yup.
In the application that users send in, the forms are validated, but in the form where admins can create new admissions, it is not. Therefore it would be nice to skim over what the requirements from the backend are, and add some of those in the frontend as well.
Added as a good first issue because all of the code needed exists somewhere in the repo - however if you're new to JavaScript, it could be nice to do it with someone else so they can show you around and give a quick introduction