A simple interactive dice rolling game built with Vite and React.
The Bank Dice App lets you roll two dice with a click of a button.
It shows a rolling animation and displays the results visually with SVG dice faces.
Use this as a fun mini-game or a starter project to learn React, Vite, and simple state management.
git clone {repo}
cd bank-dice-app
npm install
npm run dev