This app is an example of using Electron and React.js to create a basic calculator.
- Basic 4 operators/operations
+ - * / - A backspace button
< - History Function (Press
^to go to previous calculation)CTo clear this entry!To clear history
Pre-compiled versions of the app are available here, on the releases page.
(Currently only tested on MacOS Mojave 10.14.3):
- Run
yarn run electron-build - Output is in
./dist/mac/calc-app.appor DMG in./dist/calc-app-*.*.*.dmg
Run 2 tabs of Terminal
- Run
yarn start - After #1's compiling is complete:
- run
electron .
- run