xxczaki / elcalc

➗⚛️ Simple, Cross-Platform calculator built with Electron!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

➗⚛️ Simple, Cross-Platform calculator built with Electron!

License:MIT License


Languages

Language:JavaScript 55.2%Language:CSS 30.7%Language:HTML 14.1%