YHack 2022
Annual 2-day hackathon from April 8-10, 2022.
Earth Hacks partnered with student leaders at YHack to host this two-day event .
7 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'; }); }); });
YHack 2022
Annual 2-day hackathon from April 8-10, 2022.
Earth Hacks partnered with student leaders at YHack to host this two-day event .
7 Projects Submitted