8000 GitHub - andrewkern/chemo_cal: https://andrewkern.github.io/chemo_cal/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewkern/chemo_cal

Repository files navigation

Drug Regimen Calendar App

A web application to help patients track their drug treatment schedules with a visual calendar interface.

Features

  • Select from various drug regimens
  • Choose start date for treatment
  • Visual calendar display with treatment dates
  • PDF export functionality
  • Mobile-responsive design

Structure

  • backend/ - Python Flask API
  • frontend/ - Static HTML/CSS/JS (can be hosted on GitHub Pages)

Setup

Backend

cd backend
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
python app.py

Frontend

Open frontend/index.html in a browser or serve via GitHub Pages.

0