Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.35 KB

Introduction

This repository hosts class materials for a series of short developer lessons for homeschooler's who want to teach their children the basics of programming. Grades: 6-12

Setting up your workspace

Pre-setup

  1. Download and install git

  2. Download and install GitHub Desktop

  3. Clone the lesson Repository using GitHub Desktop

  4. Files should now be downloaded to your local Documents folder

Setup

Once you have the repository cloned you can begin on the next steps.

See /src/Setup/README.md

Lessons

See /src/Foundation/README.md

By following this lesson plan, students will gain a foundation in programming concepts through C#, enabling them to tackle more complex projects and continue their learning journey in various programming domains into the future.

Codespaces

GitHub Configuration

git config --global user.name "Your Name" git config --global user.email "youremail@yourdomain.com"