Flow Tracker is a lightweight, privacy-focused web app to help individuals monitor and better understand their urinary health over time. It’s especially helpful for people managing urethral strictures, prostate-related flow issues, or tracking post-surgery recovery.
- 📥 Manual & Timed Entries – Log urine flow measurements manually or with a timer
- 📊 Visual Stats – View average flow rate trends for personal insight
- 🧠 Age-Based Reference Charts – Compare your flow to age-based norms (male/female)
- 📁 CSV Import & Export – Securely export or re-import your data
- 🌗 Dark/Light Mode Toggle – Theme switcher for comfortable viewing
- 📚 Helpful Resources Section – Trusted external links and medical guidance
- React + TypeScript
- Tailwind CSS (utility-first styling)
- Lucide React (icons)
- Local Storage (private data persistence)
- No backend or database required!
Clone the repo and install dependencies:
git clone https://github.com/yourusername/flow-tracker.git
cd flow-tracker
npm install
npm run dev



