I made this project as part of my React learning journey.
I'm still in my first week of learning React, and this was a fun way to practice hooks, props, and state management.
Building this helped me understand how React components interact and how to manage dynamic UI updates. 🚀
A fun and simple dice game built with React.
Roll until all dice show the same number — click each die to hold its value.
Includes timer, roll counter, and confetti celebration when you win! 🎉
- 🎯 10 dice that can be rolled and held individually
- 🧩 Win detection (all dice held with same number)
- ⏱️ Timer and roll counter
- 🎉 Confetti animation
- 💻 Clean, responsive UI
- React (useState, useEffect, useRef hooks)
- Vite (fast dev environment)
- CSS for layout and stylings
- react-confetti for win effects