Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🚀 CC Web Dev Bootcamp – Submissions

Welcome! This repository is where you will submit your assignments for the Coding Club Web Development Bootcamp. Build consistently. Learn deeply. Improve every time.


📂 Folder Structure (STRICT)

Follow this exactly:

YourName_USN/
│
├── Assignment_1/
│   └── (files)
│
├── Assignment_2/
│   └── (files)
│
└── ...

📌 Naming Convention

  • Format:

    FullName_USN
    
  • Example:

    Vidisha_Dewan_1RV24IS146
    

⚠️ Incorrect naming or structure may lead to your submission being ignored.


📝 What to Submit

For each assignment:

  • Create a new folder: Assignment_X

  • Include all required files

  • Ensure your project:

    • Runs without errors
    • Is neatly organized
    • Uses meaningful file names

(Optional but recommended)

  • Add a README.md explaining:

    • What you built
    • How to run it

🔀 Submission Workflow (Do This Every Time)

1. Fork the Repository

👉 https://github.com/Vidisha231106/CC-Web-Dev-Bootcamp-Submissions.git Click Fork


2. Clone Your Fork

git clone https://github.com/<your-username>/CC-Web-Dev-Bootcamp-Submissions.git
cd CC-Web-Dev-Bootcamp-Submissions

3. (First Time Only) Create Your Folder

mkdir YourName_USN

4. Add Your Assignment

YourName_USN/Assignment_X/

5. Stage, Commit, Push

git add .
git commit -m "Assignment_X - YourName"
git push origin main

6. Create Pull Request (PR)

  • Go to your fork on GitHub
  • Click Compare & Pull Request
  • Submit the PR

🔁 Updating Your Fork (IMPORTANT)

Before every new assignment, sync your repo:

git remote add upstream https://github.com/Vidisha231106/CC-Web-Dev-Bootcamp-Submissions.git
git pull upstream main
git push origin main

⚠️ Rules

  • ❌ Do NOT touch other students' folders
  • ❌ Do NOT rename/delete existing content
  • ❌ Do NOT push directly to main repo
  • ✅ Always submit via PR
  • ✅ Follow structure strictly

💡 Tips

  • Start early — rushed work shows
  • If something breaks, debug it (that’s where real learning happens)
  • Don’t just copy — understand what you write

🎯 Final Note

Don’t treat this like a checklist. Treat it like your first step into building real-world projects.

Consistency > perfection. Keep showing up.


Happy coding 💻🔥

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages