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 - diff --git a/css/styles.css b/css/styles.css deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index 40ec1d4..1343a24 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,7 @@ - - - - FlickList @@ -15,24 +11,24 @@

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]

- - + - - + - \ No newline at end of file + 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();