This project is designed to practice using React Hook Form. The project is a simple form that allows users to input their name, email, and password. The form will validate the input and display an error message if the input is invalid.
-
Clone the repo:
git clone https://github.com/mahmudulnayeem/react-hook-form-practice.git
-
Install NPM packages:
yarn install
-
Start the development server:
yarn dev
-
Open http://localhost:5173/ in your browser.