HackVSIT 2022
48-hours virtual hackathon from October 1st-2nd, 2022.
Earth Hacks partnered with student leaders from the ACE team at Vivekanada Insitute of Professional Studies for this two-day event.
- 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'; }); }); });
HackVSIT 2022
48-hours virtual hackathon from October 1st-2nd, 2022.
Earth Hacks partnered with student leaders from the ACE team at Vivekanada Insitute of Professional Studies for this two-day event.
- Projects Submitted