Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.04 KB

File metadata and controls

47 lines (32 loc) · 1.04 KB

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