Skills Assignment SA3-AR: Model Basics Active Reading

Instructions

Study the following required Demos-n-Deets demos:

As a first step toward acquiring the skills covered in the demos, you must read the demos; however, you will not learn much by simply reading them in a passive manner. Instead, you should digest the demos in a more active manner. Thus, the active reading assignments are designed to help ensure that you get the most out of your first reading of the demos.

For the active reading assignment, follow these key instructions:

How to Start Each Active Reading Demo

Each time you go to do an Active Reading for a new demo, start like this:

  1. cd into your workspace folder. You’re going to download a new project folder, and this is where it will go.
  2. Find the “Base App Code Branch” link in the demo. It links to a GitHub repo that contains the base app. It also mentions the branch that the base app is on.
  3. Do a git clone of the base app repo to download it, giving the working directory a custom name, like sa1-ar-model-classes.
  4. cd into the new working directory.
  5. Do a git switch to the base app branch specified in the demo.
  6. Open the working directory in VS Code.

What to Submit