Skip to content

project serves as a great learning resource for React beginners to practice their skills in building interactive web applications.

Notifications You must be signed in to change notification settings

iamabhaytiwari343/react_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Functionality

  • Accepts basic arithmetic operations (+, -, *, /) and decimals.
  • Handles memory functions:
    • Add (M+) current value to memory.
    • Subtract (M-) current value from memory.
    • Recall (MR) value from memory.
    • Clear (MC) memory.
  • Includes clear (CLR) and equals (=) buttons.
  • Maximum input length of 20 characters.
  • Uses math.js library for safe expression evaluation.

About

project serves as a great learning resource for React beginners to practice their skills in building interactive web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published