Skip to content

Backslash-Computing-Society/bcs2025-hackathon-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backslash Tech Department – Hackathon Project Submissions

Welcome to the Backslash Tech recruitment hackathon projects! Please follow the instructions carefully to submit your work.


📌 File Naming Convention

  • Your project folders must follow this format:
rollno._name

✅ Example:

10251600xx_Rohan

📌 Steps to Submit Your Project

1. Fork this Repository

  • Click the Fork button (top right of this page).
  • This will create a copy of this repo in your GitHub account.

2. Clone Your Fork

Open your terminal and run:

git clone https://github.com/YOUR-USERNAME/bcs2025-hackathon-projects.git

Replace YOUR-USERNAME with your GitHub username.

3. Create Your Project Folder

Inside the cloned repo, make a new folder with your rollno._name format.

Example:

mkdir 10251600xx_Rohan

4. Add Your Project Files

Place all your project files inside this folder.


5. Add, Commit, and Push

Run the following commands:

git add .
git commit -m "Added 10251600xx_Rohan project"
git push origin main

6. Create a Pull Request (PR)

  • Go to your forked repo on GitHub.
  • Click New Pull Request.
  • Select your fork’s main branch → this repo’s main branch.
  • Add a meaningful title (example: 10251600xx Rohan hackathon roject).
  • Click Create Pull Request.

📌 Notes

  • ❌ Do not change or delete other students’ folders.
  • ✅ Submit only your own project folder.
  • ✅ Make sure your project runs properly before submission.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors