An animated, multi-step registration form built using React, with:
Progressive inputs
Validation
Editable summary
LocalStorage data persistence
Custom error handling
Thank-you screen on submission
Step-by-step field collection
Field-level validation (name, phone, email, etc.)
Summary view with Edit & Save
Data saved to localStorage
Prevent duplicate email registration
Custom animations (shake, slide)
Thank-you confirmation on final submit
React (with Hooks)
CSS Animations
LocalStorage API
Vercel (for deployment)
git clone https://github.com/SuprabhatK/performena-task.git
cd your-repo-name
npm install
npm start