elcalc [](https://travis-ci.org/elcalc/elcalc) [](https://github.com/xojs/xo) [](https://github.com/xxczaki/awesome-calculators)
August 10, 2018 ยท View on GitHub
elcalc

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.
Install
Check out the latest release.
Dev
I recommend using yarn instead of npm.

# Install dependencies
$ yarn install
# Run the app
$ yarn start
# Run lint & tests
$ yarn test
# Build
$ yarn dist
License
MIT