Main project repo for the Code Differently 25.2 cohort. Read the syllabus for more information about the class. Use the lesson folders to find and submit homework assignments.
Here are some key resources you can use to more easily navigate this repo:
- syllabus/: The class syllabus containing everything you need to know about topics and policies for the class.
- 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
- lesson_##/: Each lesson will have it's own folder and README at the root of the repo (e.g. lesson_00/). Make sure that you are in the right lesson folder when running commands and scripts for homework.
- project_oop/:: Once published, you'll find the midterm project requirements here.
- capstone/: Once published, you'll find capstone project requirements here.
- lib/: A repository of shared code and sample projects demonstrating techniques learned throughout the class.
- Install VS Code and Docker. You can references the instructions here, if needed.
- Click the
Dev Containers
button above to automatically clone and open the project in a new dev container.