Skip to content

An app with birth history that helps to organize when collecting data from a patient

License

Notifications You must be signed in to change notification settings

T-Damer/birth-history

Repository files navigation

Frontend code for birth helper app

Overview:

  1. The User can create a new patient with some initial data
  2. Patient data stored in a local store like a big Map
  3. The User can mutate this Map in a ways we allow
  4. The User can export/share part/whole Map into .csv or .xlsx format
  5. To reduce re-renders on such a big we use focus-atom
  6. To make the app work locally we use vite-plugin-pwa

Local launch

  1. Install nvm (or windows version)
  2. Install node.js through nvm using nvm install lts in your cli
  3. Install yarn via npm i -g yarn
  4. Clone this repo vai git clone https://github.com/T-Damer/birth-history.git (install git if needed)
  5. Go to the folder via cd birth-history
  6. Install dependencies with yarn
  7. Run the server with yarn start
  8. Open the link from cli

About

An app with birth history that helps to organize when collecting data from a patient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages