VincentSD / SideCodeTeam

We are just exploring and learning
1 stars 8 forks source link

SideCodeTeam

Welcome to the SideCodeTeam project! This project is designed to help you learn and practice web development skills, including Git, HTML, CSS, and JavaScript. You will be working on different landing pages and collaborating with your teammates.

Getting Started

Follow these instructions to set up the project on your local computer and start working on your assigned landing page.

Prerequisites

Instructions

Clone the Repository

First, clone the repository to your local computer using the following command:

git clone https://github.com/VincentSD/SideCodeTeam.git
cd SideCodeTeam

Create a Branch

Create a new branch for your work. Replace your-branch-name with a descriptive name for your branch (e.g., [your-name]-page): git checkout -b your-branch-name

Work on Your Page

Task 1

Task 2

Add and Commit Your Changes**

After making changes, add your changes to the staging area and commit them with a descriptive message:

git add .
git commit -m "Descriptive message about your changes"

Push Your Branch**

git push origin your-branch-name

Create a Pull Request**

Go to the GitHub repository in your web browser and create a pull request for your branch. This will allow your changes to be reviewed and merged into the main branch.