-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplants.json
More file actions
32 lines (32 loc) · 1.02 KB
/
plants.json
File metadata and controls
32 lines (32 loc) · 1.02 KB
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
29
30
31
32
[
{
"id": 1,
"name": "Aloe Vera",
"scientific_name": "Aloe barbadensis",
"watering": "Once every 3 weeks",
"sunlight": "Indirect sunlight",
"care_level": "Easy",
"description": "Aloe Vera is a succulent plant species that is great for skin care.",
"image": "images/1.png"
},
{
"id": 2,
"name": "Monstera",
"scientific_name": "Monstera deliciosa",
"watering": "Every 1-2 weeks",
"sunlight": "Bright, indirect light",
"care_level": "Medium",
"description": "Monstera is known for its large, beautiful split leaves.",
"image": "images/2.png"
},
{
"id": 3,
"name": "Snake Plant",
"scientific_name": "Sansevieria trifasciata",
"watering": "Once a month",
"sunlight": "Low to bright, indirect light",
"care_level": "Easy",
"description": "Snake Plants are one of the easiest houseplants to take care of.",
"image": "images/3.png"
}
]