eduardconstantin / azure-cloud-exams

Azure Cloud Exams is a web application that offers a comprehensive set of quizzes for various Azure exams.
https://nice-sky-0509a9903.2.azurestaticapps.net
MIT License
42 stars 50 forks source link

[Feature] Replace formik with useForm #134

Open eduardconstantin opened 3 hours ago

eduardconstantin commented 3 hours ago

Is your feature request related to a problem? Please describe. The exam mode form uses formik to handle the form responses, the practice mode form uses useForm.

Describe the solution you'd like Replace formik functionality with useFrom. Delete formik package. This is the file: components/QuizExamForm.tsx

Virtual4087 commented 3 hours ago

I would like to work on this

eduardconstantin commented 3 hours ago

please create a new branch from dev