micku7zu / javascript-calculator

School assignment were we had to create a calculator using javascript

Home Page:http://calculator.portfolio.braham.biz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This was the final assignment of my freshman year. We had to build a calculator using Javascript without using eval.

I decided to separate all functionality by defining several classes. My application relies heavily on recent ES6 functions such as string literals, classes and arrow functions. Also I use local storage.

This projects works in a recent version of the following browsers:

  • Chrome
  • Firefox
  • Edge
  • Safari

About

School assignment were we had to create a calculator using javascript

http://calculator.portfolio.braham.biz/


Languages

Language:JavaScript 63.6%Language:HTML 19.8%Language:CSS 16.5%