Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 785 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 785 Bytes

Unified Presciption Notebook(UPN)

Team Hopium SRM Hackathon 6.0

Unified Presciption Notebook is an interface between doctors and patients. It provides an infinitely scalable notebook for your prescription which only doctors can write onto. The aim is to make the workspace digital, to get rid of unnecessary paperwork, modernizing healthcare system and making prescriptions readily accessible.

Features

Why_UPN

Deployment

To deploy this project run

  npm run deploy

Documentation

Documentation

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}