An open API service indexing awesome lists of open source software.

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

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

![website screenshot](public/screenshot.png)

## 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