Skip to content

Simple 4 operations calculator with nearly infinite precision ;)

License

Notifications You must be signed in to change notification settings

nutella/ionic-inCal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ionic-inCal

Simple 4 operations calculator with nearly infinite precision ;)

This simple app was written for devdactic challenge #1: Build a Calculator with Ionic for more info see https://devdactic.com/challenge-1

To use the app:

  1. ionic start inCal blank
  2. copy the www directory into the ionic project
  3. run with ionic serve

I choose to make as simple as possible calculator, with floating point and only plus, minus, multiply and divide operations. I've used a Decimal.js (arbitrary precision decimal type for javascript) to handle very big numbers, see https://github.com/MikeMcl/decimal.js

I've also added a modified version of ng-FitText.js adapted to continuosly check the element and change the font size to better display the result of calculations using rem instead of pixel, see https://github.com/patrickmarabeas/ng-FitText.js

On 2016-07-26 I've added ngAria to demonstrate App accessibility with TalkBack and VoiceOver.

In the www directory you can find the sources of the app, in the resources directory there are the icon and the splash screen.

About

Simple 4 operations calculator with nearly infinite precision ;)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published