Welcome to the Dice Roll Randomizer! This is a fun, simple web app that simulates rolling a dice. Users can press a button to "roll the dice" and see a random result.
- Random Dice Roll: Each time the button is clicked, a random dice result is generated.
- Animated Dice Image: A fun dice animation makes the experience more engaging.
- Simple and Responsive UI: The app is visually appealing and centered on the page for easy interaction.
You can try the Dice Roll Randomizer by cloning this repository and opening index.html in your web browser.
- Clone this repository:
git clone https://github.com/yourusername/dice-roll-randomizer.git
- Open the project folder:
cd dice-roll-randomizer - Open
index.htmlin a web browser to start the app.
- Click the "Roll the Dice" button to generate a random dice roll.
- The result will be displayed as an image representing the dice roll.
- HTML5
- CSS3
- JavaScript
index.html: The main HTML file for the app.styles.css: Contains the styling for the app.script.js: JavaScript file with the function for generating random dice results.
- Add multiple dice options to allow users to roll more than one dice at once.
- Display the result as a number along with the dice image.
- Add a sound effect for each roll for a more interactive experience.
This project is open-source and available under the MIT License.