Inspiration

A helpful way to remind the elderly such as my grandfather. To take the medicine they need on a daily basis.

What it does

Aaron and I created a virtual assistant to the elderly to remind them to take their daily medications. The way MedAlert works is simple. They log onto our website and add the times they want to be reminded and we will send them a text message 10 minutes before using Twilio’s messaging services.

MedAlert also works as a day planner with the two clocks being filled with a pie chart in the center as you add more events to it. Now after a busy day you can reflect on how you spent your day.

How we built it

JavaScript on GitHub git@github.com:aaronli39/bostonhacks_proj.git Above is the git repository. Assuming you are on a Mac or Linux device, in the terminal clone it onto your device and cd into the project directory. $ python3 -m venv ~/venv $ . ~/venv/bin/activate $ pip install -r requirements.txt $ python3 app.py

Challenges we ran into

Placing a pie chart onto a working clock and then dynamically filling it up with events as they are created.

Accomplishments that we're proud of

We we able to create not just one but two specialized clocks to hold events in. The one on the left is for AM events and the one on the right is for PM events.

What we learned

We learned to work with graphs and data. It took multiple JavaScript objects and libraries in order to create the result we were hoping for.

What's next for MedAlert

Only the active clock will tick, so when it's morning only the AM clocks moves then at noon it stops and the PM clock moves. We would also have only the current clock highlight to increase visibility to events for that part of the day.

Built With

Share this project:

Updates