Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SCG Affiliate Coding Challenge

This repository contains a coding challenge for candidates.

Challenge Structure

Challenges are organized by numbered folders:

  • challenges/01-full-stack - Task 01 for Full-Stack Developer candidates.

Candidates will be told which task number they should complete. Please work only on the assigned task folder.

Language

All written communication in this repository must be in English.

Candidate Workflow

  1. Clone this repository.
  2. Create a new repository in your own GitHub account (private repository is fine).
  3. Remove the existing origin remote.
  4. Add your own repository as the new origin remote.
  5. Complete the challenge in your local clone.
  6. Push your work to your own repository.
  7. Grant read access to the reviewers.

Setup Commands (Example)

git clone git@github.com:stroeer/scg-affiliate-coding-challenge.git
cd scg-affiliate-coding-challenge

# Replace origin with your own private repository
git remote remove origin
git remote add origin git@github.com:<your-github-username>/<your-repo-name>.git

# Verify remotes
git remote -v

# Push your branch to your own repository
git push -u origin main

Access Requirement

The only strict requirement is that the review team has read access to the candidate repository.

Please add the reviewer GitHub usernames provided during the process.

Notes

  • You can keep your candidate repository private.
  • Replace the original origin remote with your own repository before pushing.
  • Use clear commit messages so your solution process is easy to review.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors