This is Nextjs front-end which using formik and yup for form validation and enhancements

Before running your front-end, start your backend using information provided here Backend Server instructions

change directory to contact form project and follow below instructions

To run the project dependencies run: npm install

To run the project run: npm run dev

main file containing code for the interview is in index.tsx in pages folder