Skip to content

MaskofDevil/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A simple, cross-platform, desktop calculator app with light & dark mode toggle.

Screenshot

calculator

Project Structure:
calculator/
├── favicon.png
├── index.html
├── main.js
├── package.json
├── preload.js
├── README.md
├── renderer.js
└── style.css

Features

  • Custom title bar
  • Copy the result to clipboard
  • Light/Dark mode toggle
  • Operations; such as - plus, minus, multiply, divide, percentage
  • Decimal point operations, brackets and backspace
  • Keyboard input

Run Locally

  1. System must have NodeJS and npm installed
  2. Clone this repository
  3. Inside the cloned directory run npm install
  4. Then run npm start

Tech Stack

Client: HTML, CSS, JavaScript

Server: Electron, NodeJS

Roadmap:

  • Add different calculators like - unit calculator, scientific calculator etc.

⭐ Star this repo

About

A standard calculator made with ElectronJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published