Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 306 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 306 Bytes

POWr home task #2

The deployed project can be found here

JSON code from the task to test with

{"type":"container", "items":[
	{"type":"box"},
	{"type":"container", "items":[
		{"type":"box", "color":"green"},
		{"type":"box", "color":"red"}
	]}
]}