Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
raihanputraramd committed Jun 16, 2021
1 parent 21086e8 commit d98967e
Show file tree
Hide file tree
Showing 16 changed files with 2,597 additions and 80 deletions.
22 changes: 22 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"tasks": [
{
"id": 1,
"text": "Doctor Appointment",
"day": "Feb 5th at 2.30pm",
"reminder": true
},
{
"id": 2,
"text": "Meeting at shool",
"day": "Feb 6th at 1.30pm",
"reminder": false
},
{
"text": "Morning ride",
"day": "Sunday",
"reminder": false,
"id": 3
}
]
}
Loading

0 comments on commit d98967e

Please sign in to comment.