Skip to content

jamesroyston/js-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

js-calculator

Calculator project inspired by the iOS calculator.

Built with HTML, CSS, and ES5 and ES6.

Goals to finish:

  • add decimal functionality
  • limit display.innerHTML length to 8 char.
  • convert the remaining ES5 -> ES6