
Built a Lightning Web Component that allows users to quickly create an Account and a related Contact with a smooth user experience:
✨ Key Features:
🔹 Account Name and Contact Last Name input fields
🔹 Save and Reset buttons
🔹 Progress bar animation:
50% when the Account is created ✅
100% when the Contact is created ✅
🔹 Automatic navigation to the Account detail page once both records are successfully saved 🧭
Here’s a quick glimpse of the flow:
1️⃣ Enter Account and Contact details
2️⃣ Hit Save
3️⃣ Watch the progress bar update in real-time
4️⃣ Get redirected to the Account detail page on success
🎯 Built fully using standard LWC, no external libraries!