/simple-calculator

Basic calculator project

Primary LanguageJavaScript

Calculator Project

💚 Versions

  • v0.2 - improved buttons layout
  • v0.11 - fixed layout issue on mobile safari (reset button padding)
  • v0.1 - basic operations

🐛 Bugs

  • v0.1
    • 1, -, 1, =, 3 > if result (after pressing equals) is 0 and a number is pressed it gets concatenated to the zero, pressing a number / other button after hitting equals should start a new set of calculations (like hitting C?)
    • Add a footer with a link to portfolio
    • remove opacity of text buttons, better plain white for screens with brightness lowered
    • Fix grid in mobile layout (v0.11)

☑️ Features

  • Show current total instead of zero