avantifellows / quiz-creator

An interface to create quizzes for the Avanti Fellows Quiz Engine
GNU General Public License v3.0
18 stars 40 forks source link

Improved Form Development with Reusable FormBuilder Component #58

Closed Drish-xD closed 3 days ago

Drish-xD commented 4 days ago

This issue is about creating a new component called FormBuilder that will make building forms a breeze!

What's the benefit?

  1. Less Code, More Fun: No more writing the same form code over and over.
  2. Flexible Forms:This component can handle different types of fields easily.
  3. Reusable: Use this component in different parts of the app, saving time and keeping things consistent.
  4. Validation Power: It uses react-hook-form and zod to make sure the data entered in the forms is valid.