Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.36 KB

README.md

File metadata and controls

65 lines (39 loc) · 1.36 KB

Dynamic Forms using React Hook Form. 📝

This time, we are going to build dynamic forms using react-hook-form library. 🧐

cover

 

Demo app features ⚙️

  1. Show dynamic forms.
  2. Validation of each input of the form.

 

Technologies 🧪

  • React JS 18.2.0
  • TypeScript 4.9.3
  • React Hook Form 7.43.0
  • Vite JS 4.1.0
  • Tailwind CSS 3.2.4

 

Installation 🧰

  1. Clone the repository (you need to have Git installed).
    git clone https://github.com/Franklin361/dynamic-form-rhf.git
  1. Install dependencies of the project.
    npm install
  1. Run the project.
    npm run dev

 

Article links ⛓️

Here's the link to the tutorial in case you'd like to take a look at it! eyes 👀

  • 🇲🇽 🔗

  • 🇺🇲 🔗

Related articles

 

📢 Demo link

https://dynamic-form-rhf.netlify.app/