Dicee is a simple web-based dice game built using HTML, CSS, and JavaScript. It simulates rolling two dice and displays the winner based on random values. When the user visits the page for the first time, it shows the text "Refresh Me". On reloading the page, the app rolls the dice and announces the winner.
Check out the live version here: Live Demo

- Random dice roll on page reload
- Compares two dice to determine the winner
- Remembers first-time visit using local storage
- Clean and responsive design
- Clone the repository
git clone https://github.com/your-username/dicee.git cd dicee - Open
index.htmlin your browserstart index.html
dicee/
├── images/
│ ├── dice1.png
│ ├── dice2.png
│ ├── dice3.png
│ ├── dice4.png
│ ├── dice5.png
│ └── dice6.png
├── index.html
├── styles.css
└── index.js
Jagriti Kanwar
Mail : kanwarjagriti21@gmail.com
LinkedIn : Jagriti Kanwar