Youtube video
- multi-step / wizard form
- form field validation on blur ( using yup )
- form field masking / normalisation
- dependent form fields
- custom form inputs
- using react-hook-form with material-ui
- file uploads using the dropzone ( using the react dropzone )
- Open your terminal. copy and paste the codes below
git clone react-hook-form-all-features
cd react-hook-form-all-features
npm install
npm run dev
- Images uploaded goes to folder
uploads
*
- access on your browser: http://localhost:3000
- Server is running on port 3001