https://github.com/afk247/multi-step-form
https://github.com/afk247/multi-step-form
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/afk247/multi-step-form
- Owner: AFK247
- Created: 2025-04-21T16:45:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T10:36:40.000Z (about 1 year ago)
- Last Synced: 2025-05-11T11:30:29.882Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://multi-step-form-cyan-ten.vercel.app
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Step Form
A React application featuring a multi-step form with validation, local storage persistence, and submission tracking.
## Features
- Multi-step form with 4 steps
- Form validation using React Hook Form and Zod
- Progress saving with localStorage
- Form submission history
- Responsive design with Tailwind CSS and Shadcn
## Technologies Used
- React
- TypeScript
- React Hook Form with Zod validation
- Tailwind CSS
- Shadcn
## Getting Started
### Prerequisites
- Node.js 18.17 or later
- npm or yarn
### Installation
1. Clone the repository
```bash
git clone https://github.com/AFK247/multi-step-form.git
cd multi-step-form
```
2. Install dependencies
```bash
npm install
# or
yarn install
```
3. Run the development server
```bash
npm run dev
# or
yarn dev
```
4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application