Game box provides all the need tools for playing dice and board games. Features include standard card decks, dice, coin flip, timer, and scorecard.
The dice roll application begins with one die shown and five dice hidden. When the user clicks the "Add" button, the next die is shown. When the "Roll" button is clicked the dice display a random number fifteen times. The final dice values are displayed to the screen along with their sum a product.
Published URL: https://spencercreer.github.io/game_box/
Repository: https://github.com/spencercreer/game_box
The following image demonstrates the application appearance:
This application utilizes the following dependencies.
After cloning the repo locally, install the necessary dependencies by running the following command:
npm install
Built with Node v16.13.1 and npm v8.3.0
This application utilizes the following dependencies:
Dependency | Version |
---|---|
axios | 0.24.0 |
bootstrap | 5.1.3 |
moment | 2.29.1 |
react | 17.0.2 |
react-bootstrap | 2.0.3 |
TBD
Please submit a PR if you would like to contribute.
- React
- Bootstrap
The application utilizes the following APIs:
- TBD
This project is licensed under the MIT license.
For questions or comments, please contact me.
Email: spencercreer@gmail.com
GitHub: spencercreer