Create a project in which you will use the list.json or other-list.json below to render a page where you display each element as a user, and the personal infomation.
Render a table of items with expand and delete functionalities, such that:
- children of a parent should be collapsed by default, but expandable by a parent items' expand children button.
- a parent item and it's children should be deleted with a delete button on the parent item.