Welcome to the official repository for CodeUrja 1.0 Hackathon! This repository serves as the central hub for all participant submissions.
- Click the Fork button at the top-right corner of this page
- This creates a copy of this repository in your GitHub account
git clone https://github.com/YOUR-USERNAME/CodeUrja1.0.git
cd CodeUrja1.0mkdir team-YOUR-TEAM-NAME
cd team-YOUR-TEAM-NAME- Develop your project within your team directory
- Make sure to include a README.md in your team directory explaining your project
git add .
git commit -m "Add project: [YOUR PROJECT NAME]"
git push origin main- Create a Pull Request from your fork to this original repository
- Title your PR: "Team [YOUR TEAM NAME]: [PROJECT NAME]"
- Include a brief description of your project in the PR description
Please follow this structure for your submissions:
CodeUrja1.0/
βββ team-name-1/
β βββ README.md
β βββ src/
β βββ ... (other project files)
βββ team-name-2/
β βββ README.md
β βββ src/
β βββ ... (other project files)
βββ ... (other team directories)
- Your team directory must include a README.md with:
- Project name and description
- Team member names
- Technologies used
- Setup instructions
- Screenshots/demo (if applicable)
- Keep your code clean and well-documented
- Don't modify other teams' directories
- Use meaningful commit messages
- Keep large files out of the repository (use .gitignore)
- Regularly pull from upstream to stay updated
- Resolve any merge conflicts before submitting your PR
- Respect other participants and their work
- Give credit to any external resources used
- Collaborate and learn from each other
If you have any questions or issues, please open an issue in this repository or contact the event organizers.
Happy Hacking! β¨