Skip to content

irvinwidya/calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator App

A simple calculator app built with ReactJS and MathJS library.

Known Issues:

  • None, yet ;p

Changelog:

v0.1.1 - Optimizations and bug fixes

Optimizations:

  • Optimize key input logic
  • Optimize input value and type detection
  • Optimize display value handling

Fixes:

  • Fix an issue where it's possible to input leading zeros on operand
    • Example: 01, 002+05, etc.
  • Fix an issue where it's possible to input operator side-by-side to another operator after using backspace
    • Example: 2+-, 3+1/+, etc.
v0.1.0 - Working calculator with limited functionality

Changes:

  • Adds basic arithmetic operation (addition, substraction, multiplication, and division)
  • Capable to do a single equation only
  • Fractional number input is not supported yet
  • Decimal result only displayed up to 8 digits

Releases

No releases published

Packages

No packages published