Days Supply Calculator for Insulin Pens
This program simplifies the calculation of days supply for insulin pens by automating the inclusion of priming of units once an insulin pen is chosen. The calculation is broken down into 5 different steps but the program stores numbers used in other parts of the calculation and reuses them to simplify the process. This calculator is meant to serve as a teaching tool.
languages used: JavaScript, CSS, HTML
Julian Code Freshness Check
This program inputs the Julian coding date included on many beverages. The user enters today’s date, the Julian code on the bottle and if the soda is diet or not. The Julian Code is then converted into a date and the freshness of the product is determined.
languages used: JavaScript, CSS, HTML