Elcalc is a simple, cross-platform calculator, built with Electron. It is fast, intuitive and can be used as an alternative for the default system calculator. It supports basic arithmetic operations.
Check out the latest release.
I recommend using yarn instead of npm.
# Install dependencies
$ yarn install
# Run the app
$ yarn start
# Run lint & tests
$ yarn test
# Build
$ yarn dist
MIT