Welcome to the Backslash Tech recruitment projects! Please follow the instructions carefully to submit your work.
- Your project folders must follow this format:
rollno._name_projectname
✅ Example:
10251600xx_Rohan_Calculator
- Click the Fork button (top right of this page).
- This will create a copy of this repo in your GitHub account.
Open your terminal and run:
git clone https://github.com/YOUR-USERNAME/bcs2025-interview-projects.gitReplace YOUR-USERNAME with your GitHub username.
Inside the cloned repo, make a new folder with your rollno._name_projectname format.
Example:
mkdir 10251600xx_Rohan_CalculatorPlace all your project files inside this folder.
Run the following commands:
git add .
git commit -m "Added 10251600xx_Rohan_Calculator project"
git push origin main- Go to your forked repo on GitHub.
- Click New Pull Request.
- Select your fork’s
mainbranch → this repo’smainbranch. - Add a meaningful title (example: 10251600xx Rohan Calculator Project).
- Click Create Pull Request.
- ❌ Do not change or delete other students’ folders.
- ✅ Submit only your own project folder.
- ✅ Each student must submit before the deadline.
- ✅ Make sure your project runs properly before submission.