Skip to content

A fun dice-rolling game built with React. Play and beat your best time!

License

Notifications You must be signed in to change notification settings

hneels/react-tenzies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenzies

A React game based on this Figma design. This was my fourth project for the Scrimba React course, using useEffect, useState, and useCallback hooks, child components with props whose state is maintained by the parent, conditional rendering, event listeners, and more.

The game is hosted on Netlify -- click the screenshot below to play. It's fun!

In addition to the project steps dictated by the tutorial, I added a feature which tracks the elapsed time of each game and saves the fastest win time in LocalStorage.


This project was bootstrapped with Create React App.