/e-prescription-2

Medication scheduler on react native

Primary LanguageJavaScript


E-PRESCRIPTION

Medication scheduler build on React Native

Getting Started

$ git clone https://github.com/bohdanbirdie/e-prescription.git

$ cd e-prescription

$ npm install && npm link

$ react-native run-ios or open ePrescription.xcodeproj from ios folder, select debug schema and run it.

Prerequisites

  • React Native CLI $ npm install -g react-native-cli

  • Imagemagick $ brew install imagemagick

  • Yeoman $ npm install -g yo

Running on the device

Open ePrescription.xcodeproj from ios folder, select debug or release schema (Product -> Schema) and run app build.

Roadmap

  • Add registration via QR code
  • Cleanup all styles
  • Animate course application
  • Lock scroll on medicine list page when user is swiping course item
  • Write tests
  • Add ability to modify submission hours for drugs
  • Fix submission list date formar from HH-MM-ss to HH:MM:ss

Tests

Under development

Deployment

Go to project folder, then run $ npm run build:ios, this will create new main.jsbundle for your app. Open ePrescription.xcodeproj from ios folder, select release schema and connected device, run app build.

Screenshots

image image

Built With

Contributing

Any contributing is well appreciated, please - run eslint before PR, pre-commit hook is coming soon.

Versioning

We use SemVer for versioning.

Authors

See also the list of contributors who participated in this project.

Acknowledgments