A fun dice game. Maintains user high score. Winning confetti animation.
Link to project: https://gk-tenzies.netlify.app
Tech used: HTML, CSS, JavaScript, React
High score including rolls and time are maintained with local storage. Die images rendered with CSS and flexbox via a dot generator function in a reusable Die component. useEffect hooks handle held dice, interval which continuously checks for "tenzies", and local storage updates whenever associated variables are updated. Imported package react-confetti for winning animation.