Skip to content

himukyd/Devlabs_2025-Group2

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’» DevLabs: OpenLake Summer Bootcamp – HTML, CSS & JS Tasks

Welcome to the official repository for the DevLabs : OpenLake Summer Bootcamp under OpenLake, IIT Bhilai.

This repository is intended for all mentees to submit their HTML, CSS, and JavaScript tasks. It also serves as a platform to get comfortable with version control using Git and GitHub β€” an essential skill for every developer.


πŸš€ How to Use This Repository

1. Fork the Repository

Click the Fork button in the top-right corner of this page to create a copy under your GitHub account.

2. Clone the Forked Repository

git clone https://github.com/Slok9931/Devlabs_2025-Group2.git
cd DevLabs-Summer-Bootcamp

🧠 Useful Git Commands

Check status of changes

git status

Stage all changes

git add .

Commit with a message

git commit -m "Your message here"

Push to GitHub

git push origin main

Pull latest changes

git pull origin main

Create a new branch

git checkout -b your-branch-name

Switch branch

git checkout branch-name

πŸ“Œ Guidelines

  • Submit your code only inside your own folder.
  • Do not touch or edit others' files.
  • Maintain clean, readable code.
  • Write meaningful commit messages.
  • Pull the latest changes before pushing your work.

🀝 Maintained By

Rajeev Kumar
Mentor, OpenLake
IIT Bhilai
GitHub

About

Task -02

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%