Calculator application built in pure JavaScript, HTML, and CSS
Try it here!
This project was interesting and exciting to build because it challenged me to think of creative ways to handle the "state" of the calculations being performed without using plain JavaScript. This project also challenged me to attempt to find elegant solutions to a problem that has several different cases and scenarios.