Skip to content

Ayyub2006/CodeUrja1.0

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors