feat: add lesson 3

This commit is contained in:
rzmk 2025-03-29 17:45:00 -04:00
parent 8302a54e69
commit a1713745ef
9 changed files with 273 additions and 8 deletions

20
lessons/3/flowers.json Normal file
View file

@ -0,0 +1,20 @@
[
{
"name": "tulip",
"primary_color": "purple",
"available": true,
"quantity": 4
},
{
"name": "rose",
"primary_color": "red",
"available": true,
"quantity": 6
},
{
"name": "sunflower",
"primary_color": "yellow",
"available": false,
"quantity": 0
}
]