HWR Scientific Calculator

Final project of MUST CS014AL Software Engineering course

Build Setup

Prerequisites: Node.js (>=7.x, 8.x preferred) and npm version 5+.

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Live Demo

An online demo can be access in http://104.236.63.92:3030/ Checkout a video demo for calculating with handwriting on touch screens such as iPad.

Tribute

The recognizing of mathematical expression backend is implemented in Node.js with Seshat. Thanks again from the bottom of my heart.