A real-time B2B marketplace connecting Bangladesh's spinning mills and packaging manufacturers with RMG garment exporters — instantly, digitally, and without phone calls.
Originally scaffolded from a Figma design.
- React 18 + TypeScript
- Vite — dev server & build
- React Router — routing
- Tailwind CSS + Radix UI — styling & primitives (shadcn-style components)
- Node.js 18 or newer
- npm (bundled with Node)
# Install dependencies
npm install
# Start the dev server (http://localhost:5173)
npm run devnpm run build # Production build to dist/
npm run typecheck # Type-check with tsc, no outputsrc/
app/
components/ Shared UI components (shadcn/Radix wrappers in ui/)
context/ App-wide state (AppContext — auth, listings, etc.)
layout/ Page layout (top nav)
lib/ Types and mock data
pages/ Route-level pages
main.tsx App entry point
This is a demo build backed by localStorage — any name/email/password will sign you in, no real accounts.