Register for the Hackathon
Join us for a day of coding, learning, and fun! Registration is free, but spaces are limited.
typescript
interface HighSchoolHacker {
name: string;
email: string;
school: string;
gradeLevel: number;
experience: "none" | "beginner" | "intermediate" | "advanced";
parentConsent: boolean;
}
// Fill out the form below to register!
By registering, you agree to our Code of Conduct and Terms of Service.