A comprehensive web-based platform designed to manage elderly care residences with health monitoring, meal management, emergency support, and financial transparency.
This system helps administrators, caregivers, and residents manage daily activities while ensuring safety, healthcare tracking, and efficient communication.
π Premium Package Price: ΰ§³10,000 BDT
Benefits:
Daily tracking includes:
Reports include:
| Layer | Technology |
|---|---|
| π¨ Frontend | HTML5, CSS3, JavaScript |
| βοΈ Backend | PHP 7.4+ |
| π Database | MySQL 5.7+ |
| π Server | Apache / Nginx |
mysqli, pdo_mysql, mbstringdatabase/schema.sql)config/database.php)config/config.php)assets/images)| Field | Value | |ββ|ββ| | Username | admin | | Password | admin123 |
| Field | Value | |ββ|ββ| | Username | elderly1 | | Password | elderly123 |
β οΈ Change credentials in production.
elderly_care/
βββ config/
β βββ config.php # General configuration
β βββ database.php # Database configuration
βββ css/
β βββ style.css # Main stylesheet
β βββ admin.css # Admin-specific styles
βββ js/
β βββ main.js # Common JavaScript
β βββ dashboard_elderly.js # Elderly dashboard JS
β βββ dashboard_admin.js # Admin dashboard JS
βββ php/
β βββ login.php # Login processing
β βββ logout.php # Logout processing
β βββ update_health.php # Health update handler
β βββ submit_meals.php # Meal selection handler
β βββ emergency.php # Emergency alert handler
β βββ get_health_history.php # Health history API
β βββ get_meal_history.php # Meal history API
β βββ get_meal_plans.php # Meal plans API
β βββ admin/
β βββ respond_emergency.php # Emergency response handler
β βββ generate_report.php # Report generator
βββ pages/
β βββ home.php # Home page
β βββ login.php # Login page
β βββ about.php # About page
β βββ services.php # Services page
β βββ contact.php # Contact page
β βββ admin/
β βββ overview.php # Admin overview
β βββ residents.php # Residents list
β βββ health.php # Health updates
β βββ meals.php # Meal selections
β βββ emergencies.php # Emergency alerts
β βββ finance.php # Financial management
β βββ reports.php # Reports & analytics
βββ database/
β βββ schema.sql # Database schema
βββ assets/
β βββ images/ # Resident photos
βββ index.php # Main entry point
βββ dashboard_elderly.php # Elderly user dashboard
βββ dashboard_admin.php # Admin dashboard
βββ README.md # Project README
password_hash() for passwordshtmlspecialchars()Academic project for educational purposes.
β¨ Academic Full-Stack Web Development Project