CS130: Spring 2021

Intro to the Web

CS130: Spring 2021

Lessons > Tutorial 7. Starting the Spotify JS Homework

Due on Fri, 05/14 @ 11:59PM. 2.5 Points.

For today’s tutorial, please work with your peer mentor to get started on Homework 4. You know everything that you need to know to complete it! If you can, please try to accomplish at least Step 1 (Display Artist) and ideally Step 2 (Display Tracks).

Turn in your files via GitHub

To get credit for Tutorial 7, you will just post what you’ve accomplished so far in Homework 4. To do this, move your hw04 folder into your repo folder (if it’s not there already). Then, before you submit this week, please edit the homepage that you made in Tutorial 4 by adding a link to the hw04/your_task/index.html file that you worked on today.

  1. Check the status of your repo:
    $ git status
    It should say that your hw04 files are “untracked”
  2. Add all of your hw04 files to the list of files that are tracked by the repo:
    $ git add hw04
  3. Check the status of your repo again:
    $ git status
    It should now say that you hw04 files are being tracked.
  4. Now, commit your new hw04 files to the repo:
    $ git commit -m "Adding my hw04 to the repo"
  5. Finally, “push” your files to GitHub:
    $ git push
  6. Paste a link to your GitHub repo and to your GitHub pages