Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.54 KB

File metadata and controls

43 lines (27 loc) · 1.54 KB

intro-to-programming-2026

Git Repository Layout

Lessons

Lessons are linked directly into the Learns App with the raw link found in the GitHub repo. The link is copied into the Learns App data.

Answers

Answer keys for the JavaScript Lessons

Assets

There is a folder for each lesson containing any images and additional markdown files for the lessons.

Additional markdown files can be linked in using this format. They must be copied into the wiki. You can find additional information on how the wiki is laid out below.

- [Problem-Solving](https://github.com/Code-the-Dream-School/intro-to-programming-2026/wiki/Problem-Solving)'

Images can be linked in using this format. You can get the raw GitHub links by navigating to the image file on GitHub and selecting the raw button on the righthand side.

![image](https://github.com/Code-the-Dream-School/intro-to-programming-2026/blob/main/assets/GitFlow.jpg?raw=true)

Assignments

Assignments are located here and must be copied into the Learns App data.

Top Level Files

  • Lesson Info.xlxs (Contains links and other information for each lesson)
  • README.md (this file)

WIKI

For any additional markdown files to be linked into the main lessons, we are putting that information in the GitHub wiki.
The files will still be managed in the GitHub repo, but will be copied into the wiki upon updates.

When adding new files, make sure to add them by editing the _Sidebar file in the wiki (select edit on the sidebar panel) and adding the file there.