Modern, high-performance electronics e-commerce store with curated robotics kits and developer components.
Local electronics hobbyists lacked a streamlined portal offering verified DIY robotics components, detailed datasheet downloads, and combined starter kits with pre-flashed sample code.
Created BinaryBotz to offer verified electronics parts, bundle kits (IoT starter kit, quadcopter beginner kit), and direct datasheet links with one-click ordering.
Full-stack MERN stack application with JWT-secured endpoints, cloud image hosting on Cloudinary, and responsive UI optimized for mobile buyers.
Fast, accessible storefront with quick-view modals and checkout progress trackers.
RESTful API with role-based access control (Admin vs Customer) and order lifecycle state machines.
Indexed catalog database supporting full-text queries for part numbers.
Network drops during checkout could lead to payment completion without order state mutation.
Implemented idempotent webhook handlers with signature verification and auto-retry queues.
100% test coverage on payment and authentication routes
Sub-1.2s page load speed achieved through static asset optimization and lazy image loading