ProjectsGo Back to ProjectsCalculator
Calculator

CalculatorSeems Familiar?

HTML5CSS3JSNetlify

First off, I really like the style of Apple's calculator app so I went with that style. I usually like to do my own colors but Apple's calculator design is really appealing to me. This project was tougher than I anticipated. I thought the calculations would be the tough bit but it was actually keeping track of the calculator's flow. I needed to use dataset attributes and stuck those dataset in variables. I took advantage of JS updating the dataset and used that to make running calculations and know which type of operation is being called. I deployed the app using netlify and use netlify hooks to continuously integrate and deploy.