Skip to content

LyttleByte/JSCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Calculator

Ver. 2.0.0

A Calculator made in javascript. I created this mainly just to experience the process of implementing and publishing a live web page. A version of this code is actually in production at www.jscalculator.com. The current version only supports decimal math.

Future Features/Changes:

  • Hexadecimal math and conversions
  • Binary math and conversions
  • Responsive UI/Mobile site

To do list:

  • Implement change base mode features
    • Add a flag that won't allow changing the base mode once input has been entered
  • Look up how to write test cases, and practice writing them for this program and doing unit tests.

About

A simple calculator made using javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors