Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 715 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 715 Bytes

Vanilla JavaScript Calculator App

Calculator application built in pure JavaScript, HTML, and CSS

Try it here!

Summary

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.

Author