A web application to help patients track their drug treatment schedules with a visual calendar interface.
- Select from various drug regimens
- Choose start date for treatment
- Visual calendar display with treatment dates
- PDF export functionality
- Mobile-responsive design
backend/
- Python Flask APIfrontend/
- Static HTML/CSS/JS (can be hosted on GitHub Pages)
cd backend
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
python app.py
Open frontend/index.html
in a browser or serve via GitHub Pages.