This website requires JavaScript.
Explore
Help
Sign In
isa44.74
/
To-do-List-App
Watch
1
Star
0
Fork
0
You've already forked To-do-List-App
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c865916256
To-do-List-App
/
db.json
10 lines
132 B
JSON
Raw
Normal View
History
Unescape
Escape
added CRUD functions
2020-09-15 03:06:17 +00:00
{
"tasks"
:
[
{
modified design
2020-09-16 08:56:18 +00:00
"title"
:
"Drink Iced Coffee"
,
added CRUD functions
2020-09-15 03:06:17 +00:00
"completed"
:
false
,
"editing"
:
false
,
"id"
:
1
}
]
}
Reference in New Issue
Copy Permalink