Name: Steven Phan
Email: spha0034@student.monash.edu
Deployment link: https://blackjack-xi-beryl.vercel.app/
React – handles UI and game logic Tailwind CSS – utility-first styling shadcn/ui – prebuilt styled components (buttons, dialogs, etc.)
- Next.js API Routes – server-side endpoints for game logic
- JavaScript – main language for logic and components
- Supabase – PostgreSQL database for chips and game history
- Vercel – hosts both frontend and backend, connected to GitHub