A beautiful, artistic medicine tracking PWA that helps you manage daily medications with meal-based scheduling and smart inventory management.
- Meal-Based Scheduling — Track medicines before/after Breakfast, Lunch & Dinner
- Smart Inventory — Auto-decrement stock when you take a dose, low-stock alerts
- Dual UI Modes — Modern (minimalist dark) & Simple (high-contrast, emoji-heavy for elderly users)
- Big Clock & Calendar — At-a-glance dashboard with weekly calendar strip
- Push Notifications — Browser-based reminders timed to your meal schedule
- PWA — Install on your phone's home screen, works offline
- Responsive — Auto-detects desktop vs mobile, adapts layout accordingly
- React (Vite)
- Vanilla CSS with CSS custom properties for theming
- localStorage for offline-first data persistence
- Browser Notifications API for reminders
- Firebase Hosting for deployment
npm install
npm run devnpm run build
npx firebase deployMIT