Simple dice roller.
This project was created in order to help people to roll dices with different ranges.
- Roll dice with custom min/max ranges
- Set a multiplier per die
- Edit dice configuration
- Lock dice to freeze their value across rolls
- Reorder dice via drag and drop
- Undo / redo support
- State persists to localStorage
- Dice notation input (1d6x2, 2d4)
- Install dependencies using pnpm:
npm install- Start the development server:
npm run dev