CactusApp
Working Days Calculator for HR Personnel

Designed and created by Chua Chee How.

This app hopes to make the task of calculating and prorating salary easier.

Anyone is welcome to use it without cost.

Privacy Notice

NO DATA IS STORED ON ANY SERVER.

This application exists only as a client-side application - there is no server-side component to it. What this means is that any data you entered into the application is not stored anywhere else. Thus you need not worry that what you entered is being logged somewhere.

All code used in this application are free to view. Any experienced JavaScript developer will be able to verify that no data is sent from your browser.

This code was written with Backbone.js and jQuery. It is meant as an hands-on experiment for me to get familiarised with the Backbone.js framework.