Skip to content

Medication Administration Record for Family Use - A native app written in React Native and expo.

Notifications You must be signed in to change notification settings

iohcidnal/mar.fu

Repository files navigation

Objective

Coming from web development, this project is an attempt to transfer my knowledge to and enhance my skills in mobile development.

Project Description

A basic Medication Administration Record application written in JavaScript using React Native, a framework that enables JavaScript to run on iOS and Android natively, and Google's Cloud Firestore, a cloud-native NoSQL document storage for persisting data.

Firestore project is needed in order for this project to run locally.

Application Flow

graph LR
A(Sign up)-->B(Login)
B-->C(Medication Groups)
C-->D(Medications)
C-->
D-->E(Logs)
D-->E
Loading
  1. Sign up - Create an account using your personal info
  2. Login - Use the email address and password you provided
  3. Medication Groups - Group of medications based on purpose (e.g. Allergies, Supplements, etc.)
  4. Medications - Name of medication, dosage, frequency, and related notes (e.g. Benadryl, Vitamin C, Tylenol, etc.)
  5. Logs - List of dates of medications that were taken

To do

  • Unit tests
  • End-to-end

About

Medication Administration Record for Family Use - A native app written in React Native and expo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published