CarePulse (Med-Alert) is an inclusive health-monitoring platform developed as a capstone project for IIT Patna. It is specifically engineered to assist senior citizens with health tracking, medication management, and digital accessibility.
- 🔊 Suniye (Voice Assistant): An innovative audio feature that reads out information, making the platform accessible for users with visual impairments.
- 🌓 Light & Dark Mode: Customizable themes to reduce eye strain and improve visibility in different lighting conditions.
- ⏰ Medicine Alert by Alarm: Precise alarm notifications to ensure medication is taken on time.
- 💧 Water Tracking System: Interactive hydration monitor to help seniors maintain their daily water intake.
- 🔍 Font Customization (A+ / A-): Quick-toggle options to resize text for maximum readability.
- 📅 Health Calendar: A built-in calendar to track medical history, appointments, and daily routines.
- 🚨 Emergency Alerts: One-click alert system for immediate assistance during emergencies.
- Markup: HTML5
- Styling: CSS3 (Custom variables for Light/Dark mode)
- Logic: Vanilla JavaScript (ES6+ with Speech Synthesis API for 'Suniye' feature)
- Editor: VS Code
- Backend: Firebase
- Clone the Repo:
git clone [https://github.com/your-username/carepulse.git](https://github.com/your-username/carepulse.git)
- Open in VS Code: Launch the folder in your favorite code editor.
- Run with Live Server:
Right-click
index.htmland select "Open with Live Server" to view the app in your browser.
├── assets/ # Sounds, Icons, and Visual Assets
├── css/ # Stylesheets (Light/Dark themes & Accessibility)
├── js/ # Core Logic (Voice API, Alarm, Calendar)
├── index.html # Main Dashboard
└── README.md # Project Documentation