You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@
6
6
### Purpose
7
7
Main project repo for the Code Differently 25.2 cohort. Read the [syllabus](syllabus/) for more information about the class. Use the lesson folders to find and submit homework assignments.
8
8
9
+
### Key locations
10
+
11
+
Here are some key resources you can use to more easily navigate this repo:
12
+
13
+
1.**[syllabus/](syllabus/README.md):** The class syllabus containing everything you need to know about topics and policies for the class.
14
+
2.**[slides/](slides/):** The HTML-based lecture slides used for class. These are deployed via GitHub pages at [code-differently.github.io/code-society-25-2/slides](https://code-differently.github.io/code-society-25-2/slides)
15
+
3.**lesson_##/**: Each lesson will have it's own folder and README at the root of the repo (e.g. [lesson_00/](lesson_00/README.md)). Make sure that you are in the right lesson folder when running commands and scripts for homework.
16
+
4.**[project_oop/](project_oop):**: Once published, you'll find the midterm project requirements here.
17
+
5.**[capstone/](capstone/)**: Once published, you'll find capstone project requirements here.
18
+
6.**[lib/](lib/):** A repository of shared code and sample projects demonstrating techniques learned throughout the class.
19
+
9
20
### Preview
10
21
1. Install VS Code and Docker. You can references the [instructions here][dev-container-instructions], if needed.
11
22
1. Click the `Dev Containers` button above to automatically clone and open the project in a new dev container.
0 commit comments