Skip to content

lakshaysharma14/VsCode-FileExplorer-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone of VS Code File Explorer

image

Functionalities

1.) Supports Addition of New File and Folder.

2.) Supports Deletion of New Folder.

Key Features

1.) Use DFS Approach to Manage Data which is in the form of Tree Data Structure

2.) Managing utility functions for DFS through Custom Hooks.