JavaScript Calculator

My First Project

Preview image of calculator project

My first real Javascript project I ever worked on. I learned quite a bit on this project, using this selectors and other functions to get the program to actually function like a calculator.

animated gif of calculator application working

Another challenge I had was actually making it look somewhat decent, not just something you'd find on a DOS machine right?

Turns out it takes a bit of effort to stylize a calculator so I ended up deciding to keep it pretty minimal on this project while focusing on the meat of it - the actual JavaScript.