diff --git a/.gitignore b/.gitignore index daeba5f9..61248aef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ node_modules .DS_Store +.idea diff --git a/comments.json b/comments.json index 61f5ef60..7759cde0 100644 --- a/comments.json +++ b/comments.json @@ -6,5 +6,21 @@ { "author": "Paul O’Shannessy", "text": "React is *great*!" + }, + { + "author": "Steve", + "text": "hello" + }, + { + "author": "James", + "text": "test" + }, + { + "author": "Fred", + "text": "test" + }, + { + "author": "James", + "text": "Another Test" } -] +] \ No newline at end of file diff --git a/public/index.html b/public/index.html index c6220169..487a589c 100644 --- a/public/index.html +++ b/public/index.html @@ -1,16 +1,147 @@ -
+