This repository contains course code and other resources (e.g. slides) that are shown, created or used in our complete web development course.
You may use these resources to compare your code against our code snapshots (e.g. to find + fix errors) or to download and view the slides shown in the lectures.
The resources are organized into various branches. Every branch (except for the "main" branch) belongs to a specific course section - the branch name indicates which section it belongs to. For example, the branch 01-getting-started belongs to the first course section "Getting Started".
Inside each branch, you find folders that contain the various resources:
/code
contains the section code snapshots/slides
contains the section slides
After switching to a specific branch, you find the code snapshots for that branch in the /code
folder.
You can dive into that folder and view the code right here on GitHub. Alternatively, if you want to use and view the code locally, you can download the entire branch resources via the "Code" button. Or by cloning the repository.