https://github.com/redoykhan28/multi-step-form
A multi step form using Next.JS and ZOD validation
https://github.com/redoykhan28/multi-step-form
es6 nextjs ta
Last synced: about 1 month ago
JSON representation
A multi step form using Next.JS and ZOD validation
- Host: GitHub
- URL: https://github.com/redoykhan28/multi-step-form
- Owner: redoykhan28
- Created: 2025-04-12T17:17:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T17:28:43.000Z (about 1 year ago)
- Last Synced: 2025-10-28T21:36:23.898Z (8 months ago)
- Topics: es6, nextjs, ta
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Step Form
This is a multi-step form built using **Next.js App Router**, **React Hook Form + Zod**, and **TailwindCSS**. It includes:
- Form validation and multi-step navigation
- Context-based form state management
- Local storage submission and summary page
- Mobile responsiveness
---
## 🚀 Getting Started
Follow these steps to get the project running locally:
### 1. Clone the Repository
-- git clone https://github.com/your-username/your-repo-name.git
-- cd your-repo-name
### 2. Install Dependencies
-- npm install
or if you're using Yarn:
-- yarn install
### 3. Run the Development Server
-- npm run dev
or
-- yarn dev