Resources

The following resources are provided to help you succeed across all judging areas: pitch, technical implementation, and user experience. All tools listed are free or offer free access for students.

Software Development & AI Tools (Technical Implementation)

  • GitHub Copilot (Free for Students)

  • GitHub Copilot CLI

    • Install: npm install -g @githubnext/github-copilot-cli

    • Helps generate terminal commands and scripts quickly

  • Google AI Studio

  • Roo Code

    • Free AI-powered coding support tool

    • Useful for debugging and code generation

  • GitHub

Collaboration & Team Workflow (Critical for Speed)

  • GitHub (Version Control)

    • Use branches to split work (frontend, backend, features)

    • Each teammate works on their own branch β†’ merge into main

    • Prevents overwriting each other’s code

  • Replit (Real-Time Collaboration)

    • Link: https://replit.com/

    • Code together live in the browser with no setup

    • Share a link and multiple teammates can edit simultaneously

  • VS Code Live Share

    • Install extension in VS Code

    • Start a session β†’ share link β†’ teammates join instantly

    • Enables co-editing, shared debugging, and terminal access

  • Workflow Recommendation (IMPORTANT)

    • Use GitHub for version control

    • Use Live Share or Replit for real-time collaboration

    • Assign roles:

      • 1–2 people coding

      • 1 person handling design

      • 1 person preparing pitch

Design & UX (User Experience)

Pitching & Presentation (Pitch)

General Development Tools

Technical Support

  • Mentors and organizers will be available during the event

  • Use the Teams channel for questions and announcements

Important Note

You are encouraged to use any tools, libraries, or AI assistants. Focus on building a working project, designing a clean user experience, and clearly communicating your idea.

Short workshops will be held on Day 1 to help participants get started