BACK TO WORK
CareerBanaoMar 2024 – Aug 2024Frontend Engineer (Intern)
// CB.Store
E-commerce storefront for CareerBanao's course catalog — allowing students to browse, filter, and purchase career guidance courses with a smooth checkout experience.
The Challenge
Students needed a dedicated, trust-inspiring storefront to discover and purchase courses, separate from the main platform to keep the purchase journey focused.
The Solution
Built a clean course listing and detail page UI with filtering, cart management, and a structured checkout flow integrated with the backend payments API.
// Key Impact Metrics
0+
Courses Listed
0
Checkout Steps
0%
Mobile Ready
// Tech Stack
Next.jsReactTailwindCSSTypeScriptREST APIsE-commerce
Key Learnings
01.
E-commerce checkout UX requires progressive disclosure — show only what is needed at each step to minimise drop-off.
02.
Optimistic UI updates on cart interactions make the purchase flow feel significantly faster without any backend changes.