This is a little project to get into ElectronJS
Easily clone the repo
git clone https://github.com/drzeeb/CalculatorElectronJS.git
change the directory
cd CalculatorElectronJS
and install the dependencies
npm install
to start the calculator you have to execute
npm start
- Bootstrap 4.1.3 - Frontend Framework
- ElectronJS 3.0.2 - Framework to build cross platform desktop apps
- Node.js 8.12.0 - JavaScript runtime
- mathjs 5.2.3 - Framework to calculate expressions
Implement parentheses- doneImplement x², √- doneImplement longer expressions- doneImplement font scaling- doneImprove the printed result, so when there is a result with 1,000 remove the ,000- doneImplement Dark Mode- done
- History
- Different themes
- Michael Zeeb - The whole work - drzeeb
This project is licensed under the MIT License - see the LICENSE file for details


