Built an automation tool that converts Haskell scripts into fully formatted assignment documents by executing code, capturing outputs, and generating structured .docx files.
0
8
A dark-themed Movies web app designed end-to-end in Figma — starting from low-fidelity wireframes through to a fully linked interactive prototype. Covers three screens: Home, Movie Detail, and Search. Full design process showcased — UX structure first, visual design second. Prototype is clickable and ready for handoff to development.
0
41
Silk Saree Store is a full-stack e-commerce web app built for a traditional Indian silk saree brand, combining customer shopping flows with merchant and delivery operations in a single product. I built the frontend with Next.js, TypeScript, and Tailwind CSS, and integrated it with a Python Flask + PostgreSQL backend through production-style REST APIs. Key implementation highlights include role-aware authentication, merchant product management (CRUD + stock controls), buyer cart-to-order flow, and delivery status orchestration. This project demonstrates the kind of work I deliver for e-commerce platforms, product-led businesses, and traditional brands moving to digital commerce.
This app helps college students track subject-wise attendance quickly, understand how safe they are against the required attendance threshold, and avoid attendance shortages before exams. Users can mark classes in seconds, review per-subject history, and onboard faster by importing timetable/attendance data through OCR and QR flows. It is production-ready because it uses atomic SQLite transactions, optimistic UI with rollback/undo, local-first secure storage, notification scheduling, telemetry/error monitoring, and a complete onboarding-to-dashboard flow prepared for Play Store release.