Skip to content

divesh4/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

white color good looking calculator web app made with css html and javascript from scratch without using any framework. it prints the answer with green text on the top after pressing '='.

functions

C = clear everything
DEL = delete the last digit from right
% = it is called modulus it returns remainder
+, - = addition, subtraction
/, * = division, multiplication

screenshots

calculator interface

entered value in calculator

and the result is here :)

scientific calculator

i will work on it later