← Back to Portfolio
Calculator

Calculator

Non-Scientific Calculator

Technologies:

HTML, CSS, JavaScript

Background:

Created as one of my projects for Free Code Camp's Front End Development Program

Project Details:

This project allowed me to put my coding skills into practice, whilst exercising my knowledge of basic calculator functionality. This project was coded using just my core knowledge and some trial-and-error. I did read-up on some jQuery and CSS notation, but only to jog my memory, the logic applied was all my own. I state this, not for the sake of being boastful, but rather to show how this project was very important in solidifying my confidence as a developer, and in motivating me to push further. One thing I would change if I was to do this project again, would be the precision of the outputted answer. Currently, the answer's precision is based on that of the most precise number entered into the sum. Instead I would base the precision on the amount of screen space available, and the difference between the 'exact' answer, and its closest integer value.

View SiteView on GitHub