Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asimmon/devdactic-challenge-calculator
A simple calculator made with Ionic for the Devdactic Challenge #1
https://github.com/asimmon/devdactic-challenge-calculator
Last synced: 9 days ago
JSON representation
A simple calculator made with Ionic for the Devdactic Challenge #1
- Host: GitHub
- URL: https://github.com/asimmon/devdactic-challenge-calculator
- Owner: asimmon
- Created: 2016-06-12T03:43:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T04:03:19.000Z (over 8 years ago)
- Last Synced: 2024-11-06T13:57:21.164Z (about 2 months ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple calculator for the Devdactic Challenge #1
This is a simple calculator made with Ionic for the [Devdactic Challenge #1](https://devdactic.com/challenge-1/).
![Screenshots](http://i.imgur.com/TX6CirK.png)
## Features
- Numbers from 0 to 9
- Add, subtract, divide, multiply
- Floating operations
- Field for equation and result
- Exponentials and infinity
- Prevents most syntax errors
- Display math errors (0/0 for example)## Installation
Install the Ionic Framework and Cordova global packages: `npm install -g cordova ionic`
Clone the following GitHub repository: [https://github.com/asimmon/Devdactic-Challenge-Calculator](https://github.com/asimmon/Devdactic-Challenge-Calculator).
Run the following commands to restore Node.js packages, Bower packages and Cordova plugins:
npm install
bower install
ionic state restore## Test the app (in a browser or on a device)
You can run the app in a browser by running the command: `ionic serve`
In order to run the app on real devices, follow the instructions on [http://ionicframework.com/docs/guide/testing.html](http://ionicframework.com/docs/guide/testing.html)