-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
28 lines (28 loc) · 667 Bytes
/
db.json
File metadata and controls
28 lines (28 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"ideas": [
{
"title": "App Journal",
"description": "Store all of your app ideas!",
"func": "Edit, Delete, Save",
"id": 2
},
{
"title": "Parenting Pro",
"description": "How to parent during certain situations creating healthy relationships and trust.",
"func": "save tips",
"id": 3
},
{
"title": "Bridge Height",
"description": "Maps for bigger vehicles. Shows routes with height clearance needed",
"func": "",
"id": 4
},
{
"title": "Park Finder",
"description": "Locate parks near you ",
"func": "Filter, Save, Rate",
"id": 5
}
]
}