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
-
Download and install git
-
Download and install GitHub Desktop
-
Clone the lesson Repository using GitHub Desktop
- Select "File" from the top menu
- Click "Clone Repository"
- Click "URL"
- Enter the following url in the space provided by GitHub Desktop: "https://github.com/MCLifeLeader/ShortDevLessons"
- Click "Clone" button
-
Files should now be downloaded to your local Documents folder
Once you have the repository cloned you can begin on the next steps.
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.
git config --global user.name "Your Name" git config --global user.email "youremail@yourdomain.com"