cyrilca / Medication-Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medication Reminder Sample App

This app reminds individuals or their caregivers of upcoming and missed medications.

The calendar control defaults to the current date. All medications for the selected day are displayed and ordered by time.

Beginning 5 minutes prior to medication time, a button will be enabled to mark the medication as completed.

At medication time there will be a chime sound and visual indication of which medication to take along with the dosage.

5 minutes after medication time there will be a louder, more annoying sound and the medication will be marked as missed.

All missed medications will be displayed in a separate area of the screen.

Technology Stack

  • MongodDB
  • Node.js
  • Mongoose
  • Express
  • AngularJS
  • Bootstrap
  • Moment.js

Getting Started

  1. Install NodeJS and NPM
  2. Install MongoDB and start the process
  3. Clone this repository
  4. npm install
  5. bower install
  6. grunt serve

About


Languages

Language:JavaScript 48.2%Language:ApacheConf 27.7%Language:HTML 15.5%Language:CSS 8.6%