JavaScript Calculator

This was a project I did to learn basic JavaScript, such as syntax, dom manipulation, event bubbling, etc. It has all the basic functionality of a normal calculator, and a "history" feature that lets it remember your last calculation for future use. Check out the demo linked below.

Demo View On GitHub

Credits

This was a collaborative project with a friend. The design and general aesthetics of the page were created by me, while meatzie added the general functionality.

The javascript calculator
Previous//Next