A bilingual remittance calculator built with React + Material UI. It calculates BDT payout with Bangladesh's 2.5% incentive in both forward and reverse modes.
- React (Vite)
- Material UI (MUI)
- Emotion (MUI styling)
- Send mode: foreign currency to BDT with fee and incentive
- Reverse mode: target BDT to required foreign currency
- Bilingual UI: Bangla / English
- Dark and light theme toggle
- Preset Gulf/US/UK currencies + custom currency mode
npm install
npm run devnpm run build
npm run previewThis repo is preconfigured for Vercel using vercel.json:
framework:vitebuildCommand:npm run buildoutputDirectory:dist- SPA fallback rewrite to
/
- Push this repo to GitHub.
- Import the repo in Vercel.
- Vercel will detect
vercel.jsonand use the configured build/output settings. - Click Deploy.
npm i -g vercel
vercel
vercel --prodAinul Islam