Welcome to Hack the Future, the 36-hour online hackathon organized by Coding Club DCodr as part of Horizon 2025, the annual technical fest of IIITV-ICD. This is your chance to collaborate, innovate, and build creative solutions to real-world problems.
Once the hackathon begins, please follow the instructions below carefully.
- Once problem statements are available. Click the Fork button at the top right corner to create a copy of this repository in your GitHub account.
- Clone the forked repository to your local machine using the command:
git clone <your-forked-repo-link>- Review the provided problem statements in the PROBLEMS.md.
- Choose any one problem statement to work on.
- Work directly on the
mainbranch to ensure your final work is on the main branch, as the organizers will evaluate your project every 6 hours.
- Develop your project locally.
- Commit your changes frequently with meaningful messages:
git add .
git commit -m "Initial commit with base project setup"- Push your changes to your forked repository:
git push origin main- Create a Pull Request (PR) to this repository before the hackathon ends.
- Your repository should contain:
README.md: Instructions to run your project.- Source code and necessary files.
- Documentation (if any).
- 4-5 Page PPT Presentation summarizing your solution to make it easier for judges to evaluate.
- Slide 1: Title, team name, and problem statement.
- Slide 2: Objective and solution overview.
- Slide 3: Key features and technologies used.
- Slide 4: solutions implemented.
- Slide 5: Challenges faced.
- Innovation & Creativity: Uniqueness and originality of the solution.
- Functionality & Implementation: Proper execution and working functionality.
- Code Quality: Clean, readable, and maintainable code.
- Presentation & Documentation: Clear instructions and explanations.
- Start: [28/03/2025 5PM]
- End: [30/03/2025 5AM]
- Duration: 36 hours (continuous online mode)
π Good luck and happy hacking! π―