Submitting an assignment


Step 1 - fork the week assignment

All assignment repositories are located in HackYourAssignment

Find the correct repository that matches your cohort, track and week. For example: c55-core-week-1

image.png

Fork the repository to your personal Github account:

You can leave all options as default

You can leave all options as default

Step 2 - Clone the assignment repository

Clone your fork of the assignment to your computer:

git clone [email protected]:stasel/c55-core-week-1.git

<aside> ⚠️

Do not clone the repository in HackYourAssignment

❌ git clone [email protected]:HackYourAssignment/c55-core-week-1.git

</aside>

Step 3 - Open the repository in VS code

code c55-core-week-1

Step 4 - Complete the assignment

Make sure to read the README.md file for additional instructions.

Test your code often, run the code multiple times.