Skip to content

beatriz-dadalto/react-hook-form-all-features-v6.4.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practicing react hook form.

Youtube video

The form features include:

  • 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 )

Tecnologies

Run the project

  1. Open your terminal. copy and paste the codes below
  2. git clone react-hook-form-all-features
  3. cd react-hook-form-all-features
  4. npm install
  5. npm run dev
  • Images uploaded goes to folder uploads *