In this React project we are writing a dynamic form from scratch using React, react-hook-form and Bootstrap. You don't need any prior knowledge of Bootstrap.
Source code and documentation:
https://github.com/titus58/youtube-tu...
00:00 Introduction
01:19 Create project with Vite
03:43 Basic Bootstrap setup
05:22 Style a basic form in Bootstrap
12:24 Process the form using react-hook-form
17:11 Add form validations
22:25 Display validationo errors with Bootstrap
28:45 Create component for input fields
36:15 Add radio buttons
42:45 Add the dynamic fields