Cal Civic Hacks Ideathon 2021
Three-day hackathon hosted by students at UC Berkeley from March 12th-15th 2021.
Earth Hacks partnered with student leaders at UC Berkeley to create this 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'; }); }); });
Cal Civic Hacks Ideathon 2021
Three-day hackathon hosted by students at UC Berkeley from March 12th-15th 2021.
Earth Hacks partnered with student leaders at UC Berkeley to create this event.
13 Projects Submitted