Project
Ch3rt
A web app for exploring equities in 3D — search a ticker and view price history as an interactive Three.js scene, with a familiar chart layer alongside.
Live
•ch3rt.vercel.app — try a symbol and orbit the chart.
Stack
•Next.js (App Router), React, TypeScript, Tailwind CSS
•Three.js via React Three Fiber and Drei for the 3D view
•Market data and search wired through server routes; Vercel Analytics for usage
What I shipped
•End-to-end flow from symbol search to fetching OHLC history and rendering it in 3D.
•URL-driven state so shares and analytics stay aligned with what people look up.
•Polished shell: responsive layout, loading states, and a minimal product surface around the canvas.