A simple file explorer Written in ES6 on vanilla JS. Uses fetch API to get data from a json file and displays it as a tree of files. Shows context menu on right-click to manipulate DOM data (adds files/folders, deletes files/folders). Live demo: https://khost.github.io/
Realized features:
- Fetch data from files.json
- Display tree of folders
- Implement basic navigation with mouse (expand and collapse items in folder)
- Remove items/folders (by context menu)
- Add items/folders