https://github.com/up2dul/multistep-form
Multi step form using React Hook Form and Yup as validation
https://github.com/up2dul/multistep-form
form mantine multi-step-form react react-hook-form validation vite yup zustand
Last synced: 3 months ago
JSON representation
Multi step form using React Hook Form and Yup as validation
- Host: GitHub
- URL: https://github.com/up2dul/multistep-form
- Owner: up2dul
- Created: 2022-08-30T04:38:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T14:30:16.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T06:19:03.403Z (over 1 year ago)
- Topics: form, mantine, multi-step-form, react, react-hook-form, validation, vite, yup, zustand
- Language: JavaScript
- Homepage: https://multistep-regis.vercel.app
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi step form Bootcamp registration
My practice about creating multi step form with React Hook Form and Yup as validation.
This website takes a case study of Bootcamp registration.
## Screenshot

## Tech Stack
- Vite
- React
- Mantine UI
- Zustand
- React Hook Form + Yup
### TODO
- [x] UI (User Interface)
- [x] State management using zustand
- [x] Apply react-hook-form to all input form
- [x] Validation using Yup