/calculator

Fully functional arithmetic calculator built with vanilla JS

Primary LanguageJavaScript

Calculator

On screen calculator to perform basic arithmetic functions. Supports mouse and keyboard use, as well as decimal input.

calc

The purpose of this project was to apply all of the foundational JavaScript tools learned in the Foundations course of the Odin Project into a robust calculator (without the use of eval()).