Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

CodeUrja 1.0 Hackathon

Welcome to the official repository for CodeUrja 1.0 Hackathon! This repository serves as the central hub for all participant submissions.

🚀 Getting Started: Forking Guide

Step 1: Fork this Repository

  1. Click the Fork button at the top-right corner of this page
  2. This creates a copy of this repository in your GitHub account

Step 2: Clone Your Fork

git clone https://github.com/YOUR-USERNAME/CodeUrja1.0.git
cd CodeUrja1.0

Step 3: Create Your Project Directory

mkdir team-YOUR-TEAM-NAME
cd team-YOUR-TEAM-NAME

Step 4: Add Your Code

  • Develop your project within your team directory
  • Make sure to include a README.md in your team directory explaining your project

Step 5: Commit and Push Changes

git add .
git commit -m "Add project: [YOUR PROJECT NAME]"
git push origin main

Step 6: Submit Your Work

  • 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

📂 Repository Structure

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)

⚙️ Requirements

  • 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

🌟 Best Practices

  • 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

🤝 Code of Conduct

  • Respect other participants and their work
  • Give credit to any external resources used
  • Collaborate and learn from each other

📝 Questions?

If you have any questions or issues, please open an issue in this repository or contact the event organizers.


Happy Hacking! ✨

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages