/react-multi-step-form

It's a react based multi step modal form project. It is store data in localstorage.

Primary LanguageJavaScript

Getting Started

First, clone the repository

# https
git clone https://github.com/mominur774/react-multi-step-form.git
## or ##
# ssh
git clone git@github.com:mominur774/react-multi-step-form.git 

cd into the folder and Install the dependencies

npm i
# or
yarn

Start with Docker

docker-compose up --build -d

Or start the development server locally

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.