Skip to content

dorimusz/calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Calculator app

It's a calculator application that uses React on client side and NodeJs/ExpressJs on server side.

How it works

  • Addition, subtraction, multiplication and division of two numbers. Use the num pad and operators.
  • To get the result, click the button '='.
  • After getting the result, by clicking 'SAVE' the full operation will be saved in a file (right now the response is only in console)
  • After clicking '=' and/or 'SAVE' press button 'C' to clear out the display.
  • By clicking 'MEM' the history will show up below the calculator.

About

A calculator application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors