React Calculator is a electron app built using electron forge. The calculator supports most basic opperations including complex results. Currently the only way to use complex values is to write them in their exponential form.
To download the source code either download the repository zip file, or run
git clone https://github.com/LudoDe/reactCalculator.gitAnd then move to the repository directory and download all the dependencies
cd ./reactCalculator && npm installTo use the calculator execute
npm start