diff --git a/db.json b/db.json new file mode 100644 index 0000000..dca6eac --- /dev/null +++ b/db.json @@ -0,0 +1,14 @@ +{ + "tasks": [ + { + "id": "9d9e", + "title": "First Task", + "completed": false + }, + { + "id": "36f5", + "title": "Second Task", + "completed": false + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index 53efe46..be2b39b 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@
+