A modern multi-step form built with Vue.js and powered by Pinia for state management.
This project provides a seamless user experience by guiding users through multiple steps with validation and dynamic state handling.
This project is a solution to a Frontend Mentor multi-step form challenge.
👉 https://multipli-main-step-form.vercel.app/
- Multi-step form navigation
- Global state management using Pinia to persist and manage multi-step form data
- Form validation
- Responsive design
- Clean and intuitive UI/UX
- Step progress tracking
- Vue.js
- Pinia (State Management)
- JavaScript (ES6)
- HTML5 & CSS3
git clone https://github.com/your-username/your-repo.git
cd smart-multi-step-form
npm install
npm run dev