{"id":27996896,"url":"https://github.com/tometo-dev/react-treeview","last_synced_at":"2025-05-08T21:51:55.847Z","repository":{"id":221511860,"uuid":"754596519","full_name":"tometo-dev/react-treeview","owner":"tometo-dev","description":"treeview","archived":false,"fork":false,"pushed_at":"2024-02-12T13:22:10.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T21:51:30.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://react-treeview.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tometo-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-08T11:48:06.000Z","updated_at":"2024-02-12T03:59:59.000Z","dependencies_parsed_at":"2024-02-12T04:29:10.723Z","dependency_job_id":null,"html_url":"https://github.com/tometo-dev/react-treeview","commit_stats":null,"previous_names":["tometo-dev/react-explorer","tometo-dev/react-treeview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tometo-dev%2Freact-treeview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tometo-dev%2Freact-treeview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tometo-dev%2Freact-treeview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tometo-dev%2Freact-treeview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tometo-dev","download_url":"https://codeload.github.com/tometo-dev/react-treeview/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154969,"owners_count":21862619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-08T21:51:44.403Z","updated_at":"2025-05-08T21:51:55.814Z","avatar_url":"https://github.com/tometo-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Explorer\n\n---\n\n### Problem Statement\n\nYou are given an initial structure for the file system. Write a react application to support the following features:\n\n- Add a file/folder\n- Rename a file/folder\n- Delete a file/folder\n\n#### Input\n\n```js\n{\n  id:\"1\",\n  name: \"root\",\n  items: [\n    {\n      id:\"2\",\n      name: \"public\",\n      items: []\n    },\n    {\n      id:\"7\",\n      name: \"src\",\n      items: [\n        {\n          id:\"8\",\n          name: \"App.js\",\n        },\n        {\n          id:\"9\",\n          name: \"Index.js\",\n        },\n        {\n          id:\"10\",\n          name: \"styles.css\",\n        }\n      ]\n    },\n  ]\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftometo-dev%2Freact-treeview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftometo-dev%2Freact-treeview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftometo-dev%2Freact-treeview/lists"}