UWB Hacks the Cloud 2022
48-hours virtual hackathon from May 13-15th, 2022.
Earth Hacks partnered with student leaders at University of Washington Bothell's Association for Computing Machinery club for this two-day event .
13 Projects Submitted
// Toggle Details for Hackathons document.addEventListener("DOMContentLoaded", function() { const detailButtons = document.querySelectorAll('.toggle-details'); detailButtons.forEach(button => { button.addEventListener('click', function() { const details = this.nextElementSibling; details.style.display = details.style.display === 'block' ? 'none' : 'block'; }); }); });
UWB Hacks the Cloud 2022
48-hours virtual hackathon from May 13-15th, 2022.
Earth Hacks partnered with student leaders at University of Washington Bothell's Association for Computing Machinery club for this two-day event .
13 Projects Submitted