NinjaCalc Is Now A Web App

Article by:
Date Published:
Last Modified:

NinjaCalc, a “collection of embedded engineering related calculators”, is now a web app (go to https://ninjacalc.mbedded.ninja/ to try it out)!

NinjaCalc is now a web app! A screenshot while selecting a calculator using the new web app at https://ninjacalc.mbedded.ninja/calculators/electronics/cabling/wire-gauge-calculator.
NinjaCalc is now a web app! A screenshot while selecting a calculator using the new web app at https://ninjacalc.mbedded.ninja/calculators/electronics/cabling/wire-gauge-calculator.

Up until now NinjaCalc has been a desktop app written in Java (as NinjaTerm still is). However, the functionality that NinjaCalc provided had no need to be a installable desktop app, and I had long desired to move it to the easily accessible web.

When I recently discovered vue.js, I finally decided to make the move (after trying both React and AngularJS a year or so ago but deciding not to use them). It was the simplicity and flexibility of vue.js which was the deciding factor. Porting took about 3 weeks of full-time work (luckily I was unemployed at the time).

After trying out Heroku as the deployment platform, I eventually choose to deploy it on my server instead due to increased configuration flexibility (incl. the ability to setup the Apache server routing with .htaccess files). rsync is used to copy the production files over ssh onto my server.

The newest version of the Java based NinjaCalc (v1.3.0) can still be downloaded from https://github.com/gbmhunter/NinjaCalc/releases/tag/v1.3.0, although this will slowly deviate from the web app as the web app is developed further.

Existing users of NinjaCalc may appreciate the similarity between the Java app and the web app. The results can be found below!

GitHub Repo: https://github.com/gbmhunter/NinjaCalc
GitHub Project Page: http://gbmhunter.github.io/NinjaCalc/
NinjaCalc Web-app: https://ninjacalc.mbedded.ninja/


Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Related Content:

Tags

comments powered by Disqus