This time, we are going to create dynamic forms using React JS and Formik!
- Show on the form
- Create dynamic forms
- Field validations
βΆοΈ React JS (v 18)βΆοΈ Vite JSβΆοΈ TypeScriptβΆοΈ FormikβΆοΈ CSS vanilla
- Clone the repository (you need to have Git installed).
git clone https://github.com/Franklin361/dynamic-form
- Install dependencies of the project.
npm install
- Run the project.
npm run dev