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 logo

elcalc Build Status XO code style Mentioned in Awesome Calculators

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.

Download elcalc


Dev

I recommend using yarn instead of npm.

Screenshot

# Install dependencies

 $ yarn install

# Run the app

 $ yarn start
 
# Run lint & tests

 $ yarn test
 
# Build 

 $ yarn dist

License

MIT