This is a simple implementation of the classic dice game Tenzies, built with React.
- Roll 10 dice.
- Click on a die to "hold" its value.
- Keep rolling until all dice are held and show the same number.
- The game is won when all 10 dice match and are held.
- Built with React functional components and hooks
- Dice can be held and rolled individually
- Win detection logic with confetti animation
- Fully responsive layout
npm install
npm start