From 781723e886319a0c9ed9078c60ddbb77302ab38e Mon Sep 17 00:00:00 2001 From: Jesse Levine Date: Wed, 20 Apr 2016 23:16:43 -0500 Subject: [PATCH 1/6] Delete styles.css --- css/styles.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 css/styles.css diff --git a/css/styles.css b/css/styles.css deleted file mode 100644 index e69de29..0000000 From b2a01a98acb18e75a4815a8943c75793cf063a47 Mon Sep 17 00:00:00 2001 From: Jesse Levine Date: Wed, 20 Apr 2016 23:17:21 -0500 Subject: [PATCH 2/6] Delete README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 4731e91..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# flicklist -Class project for students in the front-end web track - From 48a171e16949c8d6a3b521c0c63b8d00781b89bc Mon Sep 17 00:00:00 2001 From: Jesse Levine Date: Thu, 21 Apr 2016 00:05:17 -0500 Subject: [PATCH 3/6] add script hint; remove reference to css file --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 40ec1d4..83cdbfe 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ - FlickList @@ -29,10 +28,11 @@

FlickList

- + + - \ No newline at end of file + From 97fc2858d1f5dd48b5fdf619919961e9ec3249a0 Mon Sep 17 00:00:00 2001 From: Jesse Levine Date: Thu, 21 Apr 2016 00:09:04 -0500 Subject: [PATCH 4/6] Update index.html --- index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 83cdbfe..c7266a3 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,7 @@ - - - FlickList @@ -14,12 +11,16 @@

FlickList

-

Open up the console on your developer tools.

-

You should see two statements:

+

Open up your developer tools and look at the console.

+

You know you have completed the assignment when you see three statements:

    -
  1. "The script loaded!"
  2. +
  3. +

    "The script loaded!"

    +
  4. "We got a response from the The Movie DB!"

    +
  5. +
  6. [an object representing the response]

From 6a3ba81d816ab5c8dad25c6dc4b5b03c589a3a45 Mon Sep 17 00:00:00 2001 From: Jesse Levine Date: Thu, 21 Apr 2016 00:26:56 -0500 Subject: [PATCH 5/6] Update index.html --- index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/index.html b/index.html index c7266a3..1343a24 100644 --- a/index.html +++ b/index.html @@ -25,15 +25,10 @@

FlickList

- - + - - From 8ffb0fb0f0616c0b2523f017bf5cf231c43db4c1 Mon Sep 17 00:00:00 2001 From: Jesse Levine Date: Thu, 21 Apr 2016 00:27:40 -0500 Subject: [PATCH 6/6] invoke test function --- js/flicklist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/flicklist.js b/js/flicklist.js index b55cc82..970a31a 100644 --- a/js/flicklist.js +++ b/js/flicklist.js @@ -24,3 +24,4 @@ function testTheAPI() { console.log("The script loaded!"); +testTheAPI();