Skip to content

derek-hardin/team-wednesday

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Wednesday Night Team Project

Welcome to our study group's project! Here's what you need to know to get started:

Project Overview

This is a simple HTML project where we'll work together to create a basic webpage. Here are the tasks we need to complete:

  1. Create a Header: Add a header with the title "Wednesday Night Team".
  2. Welcome Message: Write or generate a welcome message for our team.
  3. Footer: Add a footer with a hyperlink and copyright information.

Each person in the group can choose a task to complete. As we finish tasks, we will make new ones based on feedback.

Getting Started with GitHub

Step 1: Clone the Repository

  • What to do: Click on the "Code" button on this project's GitHub page and copy the URL.
  • How to do it: Use git clone [URL] in your command line or terminal.

Step 2: Set Up Your Branch

  • Why? To work on your part without affecting others.
  • How?
    1. git checkout -b your-branch-name to create and switch to a new branch.
    2. Work on your changes here.

Step 3: Make Changes

  • Open the HTML file in any text editor.
  • Edit the file to complete your assigned tasks.

Step 4: Commit Your Changes

  • What to do: After making changes, save them.
  • How to do it:
    1. git add . (to stage all changes)
    2. git commit -m "Your commit message here"

Step 5: Push Your Changes

  • What to do: Send your changes to GitHub.
  • How to do it: git push origin your-branch-name

Step 6: Create a Pull Request (PR)

  • Go to the repository on GitHub.
  • Click on "Pull requests" then "New pull request".
  • Select your branch and create the PR to ask for your changes to be merged into the main project.

How to Review Others' Work

  • When someone makes a PR:
    • Read through the changes.
    • Check if it matches our project goals.
    • If everything looks good, approve it or suggest changes.

Learning Resources

Happy coding, and let's make this project fun together!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%