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

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

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