A simple calculator app made using Electron. This app supports Windows, macOS, and Linux platforms, with builds available for both x64 and ARM architectures. Check out the Releases section for installation files.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clean and user-friendly interface
- Cross-platform support (Windows, macOS, Linux)
- Available for x64 and ARM architectures
- Go to the Releases page.
- Download the latest
Electron-Calculator-App-Setup-0.0.1.exe
file. - Run the installer and follow the on-screen instructions.
- Go to the Releases page.
- Download the latest
Electron-Calculator-App-0.0.1.dmg
file. - Open the
.dmg
file and drag the app to the Applications folder.
- Go to the Releases page.
- Download the latest
Electron-Calculator-App-0.0.1.AppImage
file. - Make the file executable:
chmod +x Electron-Calculator-App-0.0.1.AppImage
- Run the AppImage:
(I haven't tried the release in linux; so contributions, feedback, comments are welcome, feel free to open an issue)
./Electron-Calculator-App-0.0.1.AppImage
- Open the Electron Calculator App.
- Use the buttons to perform basic arithmetic operations.
- Clone the repository:
git clone https://github.com/Rishi-Sudhakar/Electron_SimpleCalculator.git cd Electron_SimpleCalculator
- Install dependencies:
npm install
- Run the app:
npm start
To build the app for different platforms, use the following commands:
npm run package-win
npm run package-mac
npm run package-linux
Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please open an issue on GitHub.