Bonus Point can be installed on Windows and macOS in order for teachers or other school administrators to track bonus points for their classes and students through a sleek and minimal user interface.
Bonus Point can be installed on Windows and macOS in order for teachers or other school administrators to track bonus points for their classes and students through a sleek and minimal user interface. The desktop application was created using Electron and makes use of electron-builder for automatic update distribution and installation. New releases of the desktop application are published automatically when built.
Examples of the user interface can be found here or here.
- Install Node.js (v10.3.0+ suggested), npm (v6.1.0+ suggested) and Yarn (v1.7.0+ suggested)
- Clone
bonus-point
to a local workspace - Execute
yarn
to install dependencies - Execute
electron-builder
to build the application
Travis CI is used to track build status.