-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c149e24
commit 6682460
Showing
3 changed files
with
2,582 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |
Oops, something went wrong.