This repository was archived by the owner on May 18, 2025. It is now read-only.

Description
In the school curriculum, the projects get increasingly complex and when students have to write the code themselves through guided challenges, we need to provide a code reference that is not too far from where they are at.
This task is about exploring ways to generate multiple copies of a project and it's coded at different stages from a master copy.
We have two main ways to go about this:
- Using a version control system to produce the steps for the project additively
- Using a method like GDPractice to extract the different steps from a finished copy of the project