This project is assignment - Simulation of files/folder exploration in finder.
- User can explore files/folders like they explore in file explorer/finder (This is basic version)
- Can able to search the files/folders.
- Tree view was implemented for easy lookup of files/folders
- Double click or Right click on the folder to navigate
- Delete the folder by right click and select Delete
- File extension are visible on file thumbnail
NOTE: This project is implemented from scratch no external library used for styling/search/tree view.
clone the project and run npm install
after installation run npm start
it will automatically open the browser with url localhost:3000
the project will be visible there.