Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)