The challenge: Using React.JS create a Tenzies game with the following features:
Ability to hold the dice Check if all dice are held and have the same value Ability to roll new dice Keep track of current rolls and time Add stats to localStorage Display stats Determine winner Start new game (reset states)
- React JS
- Flexbox
- CSS
- HTML5 markup
Clone this repo, cd into it and run the following commands to install the dependencies:
$ yarn # npm install
$ yarn build # npm run build
Development After installing all dependencies run Webpack in watch-mode to continually compile the JavaScript as you work:
$ yarn dev # npm run dev
- die face
- login page
- dice animatiom
- leaderboard
- other variant of the game