Episode 2 - Nested Folders (aka VS Code Sidebar)
- You are given a nested folders structure like below. You need to render it on screen so that folders which include files should be toggled
- No style requirements. You can design as you wish.
- Use TypeScript
To pass this challenge, I used **recursive components**.