
My dice roller is a simple yet stylish web app that allows users to roll dice by selecting the number of dice they want to roll using buttons designed to look like dice.
To set up the Dice Roller App locally, follow these steps:
git clone https://github.com/callmevojtko/dice-roller-app.git
cd dice-roller-app
python3 -m venv venv
source venv/bin/activate
venv\Scripts\activate.bat
pip install flask
python app.py
The application should now be running on http://127.0.0.1:5000/.
To use the Dice Roller App, simply click on the die-shaped buttons to select the number of dice you want to roll. The app will roll the selected number of dice and display the results along with the total of the rolled dice.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.