Wellness Habit Tracker Generator
Define your wellness goals, log daily progress, and track your compliance and streak metrics.
WEEKLY WELLNESS REPORT
Goal: 7 days/week | Period: ...
Overall Compliance
0
Habits Defined
0%
Average Compliance (Last 7 Days)
0
Highest Active Streak (Days)
Individual Habit Tracking
Recent Activity Log
| Date | Habit | Value/Notes | Action |
|---|---|---|---|
| No activities logged yet. | |||
Record Daily Progress
Define Your Habits
Manage Logs & Reset
Go to Habit Setup to define your goals.
'; } habits.forEach(h => { const data = metrics.habitData[h.id]; const complianceText = data.compliance.toFixed(0) + '%'; const card = document.createElement('div'); card.className = 'whtg-habit-card'; card.innerHTML = `${h.name}
Goal: ${h.goal} | Target: ${h.frequency}
${data.streak} Day Streak
${complianceText}
`;
cardsContainer.appendChild(card);
});
// --- 3. Render Log Table ---
const tbody = document.getElementById('whtg-log-table-body');
tbody.innerHTML = '';
if (metrics.recentLogs.length === 0) {
tbody.innerHTML = '