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

https://github.com/simonescob/multi-step-form


https://github.com/simonescob/multi-step-form

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Multi-Step Form Project

This is a multi-step form application built with Next.js, React, and Redux Toolkit. The project includes form validation using Zod and React Hook Form, and state management with Redux.

## Features

- Multi-step form with 4 steps:
1. Personal Information
2. Plan Selection
3. Add-Ons
4. Summary
- Form validation using Zod schemas
- State management with Redux Toolkit
- Responsive design with Tailwind CSS
- TypeScript support

## Technologies Used

- Next.js 15.1.6
- React 19
- Redux Toolkit
- React Hook Form
- Zod
- Tailwind CSS
- TypeScript

## Getting Started

### Prerequisites

- Node.js (v18 or higher)
- npm or yarn

### Installation

1. Clone the repository:

```bash
git clone https://github.com/simonescob/multi-step-form.git
cd multi-step-form
```

2. Install dependencies:

```bash
npm install
```

### Running the Application

```bash
npm run dev
```

### Running the Tests

```bash
npm test
```

### Running the Lint

```bash
npm run lint
```