Proof of Work.

A collection of the projects I've built so far. Showing my progress from writing my first messy JavaScript apps to building structured, full-stack platforms with Next.js and TypeScript.

V2 - Flagship

Orbit

A complete rewrite of my nexus project. Upgraded to TypeScript,Product Reviews , role-based access control , Real-time order tracking UI , Order confirmation with Mails , and seamless Stripe checkouts. Designed for production-level scale.

Next.jsTypeScriptTailwindStripeZustandAuth.js
Orbit
V1 - Legacy Stepping Stone

Nexus

My first full-stack e-commerce attempt. Built entirely in JavaScript without a UI library. This project taught me the painful lessons of prop-drilling and type safety, which directly led to the creation of Orbit.

ReactJavaScriptNode.jsMongoDBExpress
Nexus

Experiment & Small Project

Task Manager

A fast, client-side task manager designed to experiment with React hooks and local state management.

ReactTailwind CSSLocalStorage