Skip to content

A private repository for the Codecademy Web Dev Study Group beta program, starting January 2025. This space will host resources and collaborative projects to support participants in learning and enhancing their web development skills.

License

Notifications You must be signed in to change notification settings

Codecademy/Codecademy_WebDev-Study-Group_2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codecademy Web Dev Study Group 2025

Welcome to the Codecademy Web Dev Study Group repository! This repository is designed to support both the Front-End and Full-Stack study groups by providing a collaborative space for resources, personal projects, and group assignments. Together, we aim to enhance our web development skills while fostering a supportive learning environment.

Repository Structure

The repository is organized into the following main directories:

  • /template - A template file tree for members to copy and personalize.
  • /members - Personal folders for each group member, named in the format First_Last.
  • /resources - Shared resources, links, and tools provided by the group.
  • /collab - Collaborative group projects and assignments.

Personal File Template

Each member will create their own folder under /members/ by following these steps:

  1. Copy the /template/ folder.

  2. Paste it into the /members/ folder.

  3. Rename the folder to your name in the format First_Last.

  4. Edit the README.md file inside your folder to include:

    • A welcome message.
    • Your learning goals.
    • Current projects, notes, and resources.

How to Contribute

Forking and Cloning the Repository

  1. Fork the Repository:

    • Click the "Fork" button at the top right corner of this repository to create your own copy.
  2. Clone Your Fork:

    • Use the following command to clone your forked repository to your local machine:
    git clone https://github.com/your-username/Codecademy_WebDev-Study-Group_2025.git
  3. Navigate to the Directory:

    • Change into the repository folder:
    cd Codecademy_WebDev-Study-Group_2025

Setting Up a Branch and Making Changes

  1. Create a New Branch:

    • Use the following command to create a new branch:
    git checkout -b your-branch-name
  2. Make Your Changes:

    • Add or update files as needed.
  3. Stage and Commit Your Changes:

    • Stage the files you changed:
    git add .
    • Commit your changes with a descriptive message:
    git commit -m "Describe your changes here"
  4. Push Your Branch:

    • Push your branch to your forked repository:
    git push origin your-branch-name
  5. Submit a Pull Request:

    • Go to your forked repository.
    • Click "Compare & pull request" when you're ready to merge it into the main branch of this repository.
    • Provide a clear description of your changes and submit the pull request.

Group Guidelines

  • Collaboration: Respect and support each other's contributions.
  • Ownership: All code within your personal folder belongs to you and cannot be used without your explicit permission.
  • Code of Conduct: Maintain a professional and positive environment. Read our Code of Conduct here.

License

All contributions are protected under the repository's custom license. Members retain ownership of their individual submissions. Any use of a member's code requires their explicit written consent.

Feedback and Suggestions

If you have feedback or suggestions, we'd love to hear from you! Please share your thoughts here.

Contact

For questions or assistance, reach out to one of the study group managers:

Front-End

Full-Stack

About

A private repository for the Codecademy Web Dev Study Group beta program, starting January 2025. This space will host resources and collaborative projects to support participants in learning and enhancing their web development skills.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published