React
Tenzies is a small interactive game built as part of the Scrimba Frontend Developer course, focusing on React fundamentals and state management. The goal of the game is to roll dice until all values match, with the ability to hold individual dice between rolls.
This project helped me practice working with component state, props, conditional rendering, and event handling in React. It also reinforced concepts like immutability and efficient UI updates, while keeping the experience fun and intuitive through simple game logic and clean visual feedback.