Online Team Engagement & Morale Booster
Fun activities and tools to keep your remote team connected and motivated.
Icebreaker of the Day
Click the button to get a new question!
How's the team feeling today?
Give a Shoutout!
Kudos Wall
Manage Employees
| ID | Name | Actions |
|---|
Manage Icebreaker Questions
Enter one question per line.
Manage Kudos Categories
| Category Name | Actions |
|---|
The Kudos Wall is empty. Be the first to give a shoutout!
`; } // Form submission form.onsubmit = (e) => { e.preventDefault(); const newKudos = { to: parseInt(toSelect.value), from: document.getElementById('kudos-from').value || 'Anonymous', message: document.getElementById('kudos-message').value, category: categorySelect.value }; if (newKudos.message) { data.kudos.unshift(newKudos); // Add to the beginning renderKudosTab(); form.reset(); } }; // PDF Download document.getElementById('download-kudos-pdf-btn').onclick = downloadKudosPDF; }; const renderConfigTab = () => { // Employees const empTable = document.getElementById('config-employees-table'); empTable.innerHTML = data.employees.map(emp => `