Skip to content

victoriav3/dice-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop app to roll dice

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.


Project Structure

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 

About

simple desktop dice app using electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors