User can input how many dice are to be rolled. The rolled dice will be shown with what face lands up. The total sum of the dice rolled will be added up and displayed.
This projected used Electron and requires Node.js installed to run.
dice-app
├── node_modules # Installed packages and libraries
├── index.html # Structure of the app window
├── main.js # Starts up Electron and creates app window
├── package-lock.json # Exact versions of installed packages
├── package.json # Project settings, scripts and dependencies
├── script.js # App functionality and user interactions
└── styles.css # App appearance and aesthetics