Skip to content

Commit

Permalink
created and updated db json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shan-Dilranga committed Jul 19, 2023
1 parent c149e24 commit 6682460
Show file tree
Hide file tree
Showing 3 changed files with 2,582 additions and 291 deletions.
19 changes: 12 additions & 7 deletions db.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
{
"tasks": [
{

{
"id": 1,
"text": "Doctors Appointment",
"day": "May 5th at 2:30pm",
"reminder": true
},
{
},
{
"id": 2,
"text": "Meeting at School",
"day": "May 6th at 1:30pm",
"reminder": true
},
{
},
{
"id": 3,
"text": "Food Shopping",
"day": "May 7th at 12:30pm",
"reminder": false
}
}
},
{
"id": 4,
"text": "Evening Class",
"day": "May 8th at 04:30pm",
"reminder": false
}
]
}
Loading

0 comments on commit 6682460

Please sign in to comment.