Tenzies Game 🎲 Description Tenzies is a simple dice game where the goal is to roll the dice until all of them display the same value. This project was created as a learning challenge to practice and demonstrate React concepts.
Key Features Roll the dice to match all values. Dice can be toggled (held) to maintain their current value during the game. React concepts such as: useState for state management useRef for referencing DOM elements useEffect for handling side effects Responsive design for an engaging user experience. Accessibility features for user's that use screen readers. Purpose This project was completed as part of a React learning challenge to showcase a basic understanding of essential hooks and component-based design.