Skip to content

smitjiwani/10zies

Repository files navigation

10zies

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)

Screenshot_20221117_193000

Built with:

  • React JS
  • Flexbox
  • CSS
  • HTML5 markup

Quick start

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

features to be added

  • die face
  • login page
  • dice animatiom
  • leaderboard
  • other variant of the game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published