Skip to content

Commit f58004d

Browse files
Create desert.json
1 parent 05b1d25 commit f58004d

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

data/desert.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[
2+
{
3+
"name": "Sedum",
4+
"image": "https://sp.yimg.com/ib/th?id=OIP.1hsHbQFrnVbDAoa5DVXE4QHaE8&pid=Api&w=148&h=148&c=7&dpr=2&rs=1",
5+
"climate": "Desert",
6+
"description": "A succulent plant with thick, fleshy leaves.",
7+
"height": "Up to 2 feet",
8+
"special_feature": "Drought tolerance"
9+
},
10+
{
11+
"name": "Aloe Vera",
12+
"image": "https://tse4.mm.bing.net/th?id=OIP.hzbCCb3NMiEbO8dWx4fQ0AHaFj&pid=Api&P=0&h=180",
13+
"climate": "Desert",
14+
"description": "A succulent plant with healing properties.",
15+
"height": "Up to 3 feet",
16+
"special_feature": "Healing properties"
17+
},
18+
{
19+
"name": "Joshua Tree",
20+
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Joshua_tree_1.jpg/800px-Joshua_tree_1.jpg",
21+
"climate": "Desert",
22+
"description": "A distinctive tree with spiky leaves and a unique branching structure.",
23+
"height": "Up to 40 feet",
24+
"special_feature": "Unique, spiky appearance"
25+
},
26+
{
27+
"name": "Cacti",
28+
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Cactus_Mojave_Desert.jpg/800px-Cactus_Mojave_Desert.jpg",
29+
"climate": "Desert",
30+
"description": "A diverse family of plants adapted to arid conditions with thick, fleshy stems.",
31+
"height": "Varies widely",
32+
"special_feature": "Water-storing tissues"
33+
},
34+
{
35+
"name": "Desert Ironwood",
36+
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Ironwood.jpg/800px-Ironwood.jpg",
37+
"climate": "Desert",
38+
"description": "A slow-growing tree with dense, hard wood, and small leaves.",
39+
"height": "Up to 30 feet",
40+
"special_feature": "Very hard wood"
41+
},
42+
{
43+
"name": "Saguaro Cactus",
44+
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Saguaro_Cactus.jpg/800px-Saguaro_Cactus.jpg",
45+
"climate": "Desert",
46+
"description": "A large cactus with a tall, tree-like structure and arm-like branches.",
47+
"height": "Up to 40 feet",
48+
"special_feature": "Large size and arms"
49+
}
50+
]

0 commit comments

Comments
 (0)