Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 886 Bytes

File metadata and controls

41 lines (29 loc) · 886 Bytes

mahrabhossain.me

Personal portfolio website for Mirza Mahrab Hossain — AI Engineer & Software Developer.

Built with Next.js 15, TypeScript, Tailwind CSS, and shadcn/ui. Deployed on Vercel.

Stack

  • Framework: Next.js 15 (App Router)
  • Language: TypeScript
  • Styling: Tailwind CSS v4
  • Components: shadcn/ui (Radix UI primitives)
  • Animations: Framer Motion
  • Testing: Playwright (E2E)
  • Deployment: Vercel

Development

npm install
npm run dev

Testing

npm test              # run E2E tests against production
npm run test:ui       # Playwright UI mode
npm run test:report   # view last HTML report

Links

License

Apache License 2.0