Skip to content

ShevchenkoDenysTest/CalculatorNew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Calculator App

View click


🖼️ Screenshot

View click

A modern modular JavaScript calculator with memory, square root, power operations, and a clean UI.

✨ Features

  • 🧠 Memory logic: MRC, M+, M- with indicator tracking
  • ♻️ Repeat last operation when = is pressed again
  • 📚 History display: past results listed below the main display
  • 💡 Function indicators: show active functions like MRC, ( ), +/-

🧮 Advanced math

  • — square root
  • — power of 2

🛡 Input validation

  • Prevents ( ) directly after a number
  • Blocks = if parentheses are unbalanced

🔁 Clear functions

  • C — full reset
  • CE — remove last input/number

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • SCSS 13.6%
  • HTML 13.5%
  • CSS 13.4%