Skip to content

sonal3yadav/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A calculator is a device that performs arithmetic operations on numbers. Basic calculators can do addition, subtraction, multiplication and division mathematical calculations.

Functions

Addition

The addition (sum function) is used by clicking on the "+" button or using the keyboard. Thefunction results in a+b.

Subtraction

The subtraction (minus function) is used by clicking on the "-" button or using the keyboard.The function results in a-b.

Multiplication

The multiplication (times function) is used by clicking on the "x" button or using the keyboard"" key. The function results in ab.

Division

The division (divide function) is used by clicking on the "÷" button or using the keyboard "÷"key. The function results in a/b.

Features

  • Light/dark mode toggle (using the button at top right corner )
  • History button (at top left corner)
  • Live previews
  • Fullscreen mode
  • Cross platform

Demo

  • Dark Mode 1

  • Light Mode 2

How to contribute?

We recommend you to go through the CONTRIBUTING.md file, where we have guided you step by step to make your contribution.

Deployment

https://udit9876gupta.github.io/Calculator/

Happy Calculating :)