This is a simple app to help keep track of pills. I recently parted ways with my appendix, and left the hospital with a bunch of different pills to take at odd intervals to help with recovery. The spreadsheet I was given to keep track of the pills isn't so useful so I wrote this up to help me.
To install and run locally on port 3000:
git clone https://github.com/bilbof/pilltracker
cd pilltracker
npm install
npm start