An interactive web application to help users manage and track their medications effectively.
- Add and manage medication reminders
- Track medication progress
- Get notifications for medication times
- View medication information
- Track daily progress with visual indicators
- Dark mode support
- HTML5
- CSS3
- JavaScript (ES6+)
- IndexedDB for local storage
- Browser Notifications API
- Visit the deployed application at [GitHub Pages URL]
- Allow notifications when prompted
- Add your medications using the "Add Medication" page
- Track your progress in the "Track Progress" page
- Clone this repository
- Open
home.html
in a modern web browser - Enable notifications in your browser settings
This application works best in modern browsers that support:
- IndexedDB
- Notifications API
- ES6+ JavaScript features