A modern medication management web app built with React, Vite, Tailwind CSS, and Firebase.
- Authentication — Email/password sign up and sign in with protected routes
- Medications — Add prescriptions, log taken/missed doses, track per user
- Reminders — Schedule local notifications via Firestore
- Refill tracker — Monitor pill counts and renewal dates
- Reports — Adherence stats and pie chart visualization
- History — Timeline of logged dose events
- Profile — Per-user health information
- Assistant — In-app chat widget for quick help
npm install
npm run devOpen http://localhost:5173.
npm run build
npm run preview- React 19 + Vite 7
- Tailwind CSS 4
- Firebase Auth, Realtime Database, Firestore, Cloud Messaging