Skip to content

humbruno/multi-step-form

Repository files navigation

Multi-step form!

GitHub top language GitHub language count Repository size GitHub last commit Repository issues

💻 Project

This is a single-page, multi-step form where you can customize your subscription plan. Once the data is filled for each step, it is stored in a global state and that means you can go back and forth between each step and change it accordingly!

Technologies used for this project:

🔌 Live Website Link

📥 Installing and executing

Clone this repository and access the directory.

# Instaling dependencies
$ npm install

# Executing the application
$ npm run dev