This repository store the code for the source code for the shift duty allowance calculator web application.
This web application is available here hosted on GitHub Pages.
You can also clone this repository and run the web application offline locally.
npm install
npm start
Alternatively, you can also build the web application and serve it on an offline server.
npm run build