Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.03 KB

readme.md

File metadata and controls

23 lines (13 loc) · 1.03 KB

Calculator

It's a simple interactive calculator with (+) (-) (×) (÷) operations.

The idea

Special thanks to my friend John Erick, together we turned the idea into an app.

One of the biggest challenges we faced was in the code refactoring, where we had to transform all the logic already created to OOP, in addition to making the calculator perform numerical expressions.

Versions

1.0 (Terminal no Interface) 2.0 (App with Interface)

  • You can download Terminal Version here.
  • You can download App Version here.