A web-based implementation of the popular game show "Deal or No Deal" built with React, TypeScript, and Vite.
- Enter your name and start a new game
- Select your briefcase from the 22 available cases
- Open cases each round to reveal their values
- Receive offers from the banker after each round
- Deal or No Deal? Accept the banker's offer or continue playing
- Final choice - when only two cases remain, keep your case or swap with the last remaining one
- Win the amount in your final briefcase!
- 22 briefcases with values ranging from ₱0.05 to ₱2,000
- Dynamic banker offers based on remaining case values
- Sound effects and music from the show
- Leaderboard tracking for multiple players
- Animated UI with rainbow gradient effects
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build- React 19
- TypeScript
- Vite
- CSS3 with animations
- Netlify (deployment)