Multi-step form project with Next.js, React and React Hook Form.
To install and use this project, follow these steps:
Clone the repository: git clone https://github.com/elpelusa/multistepform.git
Install dependencies: npm install
or yarn install
Start the development server: npm run dev
or yarn dev
- next: 13.0.6
- react: 18.2.0
- react-dom: 18.2.0
- react-hook-form: 7.41.0
- zustand: 4.1.5
- dev: starts the development server
- build: builds the project for production
- start: starts the production server
- lint: runs ESLint on the project
This project is licensed under the MIT license.