Skip to content

MayankPratap/JS-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JS-Calculator

A calculator web app made using HTML,CSS and JavaScript.

Features :-

  • I can add,multiply,subtract and divide and modulo operations on two numbers on it.
  • I can chain numbers and operators together until I click '=' and get result on a screen.
  • I can clear input field using a CE button.
  • I can restart my calculator using AC button.
  • It saves previous result and you can access it using ANS button.
  • Handles Divide by Zero Error.
  • Handles Negative Numbers.

Things learnt :-

  • Callback function on click events.
  • Converting Infix Expression to Postfix and then evaluating postfix expression on multidigit numbers.

To-Do :-

  • Parentheses Support.

About

A calculator web app made using HTML,CSS and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •