Skip to content

Commit 5f5d801

Browse files
author
K.C. Hunter
committed
updating readme.md
1 parent 42bdaf3 commit 5f5d801

2 files changed

Lines changed: 53 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ It is an MVC (Model-View-Controller) framework so a brief understanding of MVC i
1313
1. [Starting The Single Page Website](https://www.youtube.com/watch?v=V6unYD1QrAs "Starting the Single Page Website")
1414
2. [Setting Up Gulp](https://www.youtube.com/watch?v=FhLpL24xGXU "Setting Up Gulp")
1515
3. [Single Page AngularJS Navigation](https://www.youtube.com/watch?v=IuBIk1oJ-Uw "Single Page AngularJS Navigation")
16-
4. [Making the Home Page](https://www.youtube.com/watch?v=xlmx19wo9Dc "Making the Home Page")
16+
4. [Making the Home Page](https://www.youtube.com/watch?v=xlmx19wo9Dc "Making the Home Page")
17+
5. [Adding Content to the Home Page](http://youtu.be/0Gzuaoo4j3s "Adding Content to the Home Page")

src/resources/json/marvel_movies.json

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cast": "",
1212
"director": "",
1313
"writers": "",
14-
"synposis": "",
14+
"synopsis": "",
1515
"rating": "",
1616
"box-office": ""
1717
},
@@ -23,7 +23,55 @@
2323
"cast": "",
2424
"director": "",
2525
"writers": "",
26-
"synposis": "",
26+
"synopsis": "",
27+
"rating": "",
28+
"box-office": ""
29+
},
30+
"Iron Man 2": {
31+
"id": 2,
32+
"title": "Iron Man 2",
33+
"thumbnail": "",
34+
"date": "0/0/00",
35+
"cast": "",
36+
"director": "",
37+
"writers": "",
38+
"synopsis": "",
39+
"rating": "",
40+
"box-office": ""
41+
},
42+
"Thor": {
43+
"id": 3,
44+
"title": "Thor",
45+
"thumbnail": "",
46+
"date": "0/0/00",
47+
"cast": "",
48+
"director": "",
49+
"writers": "",
50+
"synopsis": "",
51+
"rating": "",
52+
"box-office": ""
53+
},
54+
"Captain America: The First Avenger": {
55+
"id": 4,
56+
"title": "Captain America: The First Avenger",
57+
"thumbnail": "",
58+
"date": "0/0/00",
59+
"cast": "",
60+
"director": "",
61+
"writers": "",
62+
"synopsis": "",
63+
"rating": "",
64+
"box-office": ""
65+
},
66+
"The Avengers": {
67+
"id": 5,
68+
"title": "The Avengers",
69+
"thumbnail": "",
70+
"date": "0/0/00",
71+
"cast": "",
72+
"director": "",
73+
"writers": "",
74+
"synopsis": "",
2775
"rating": "",
2876
"box-office": ""
2977
}
@@ -38,7 +86,7 @@
3886
"cast": "",
3987
"director": "",
4088
"writers": "",
41-
"synposis": "",
89+
"synopsis": "",
4290
"rating": "",
4391
"box-office": ""
4492
}

0 commit comments

Comments
 (0)