Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.32 KB

📁 Browser-Based-File-System [MERN]

The project assignment is developed with an aim to practice/Revise MERN stack and to replicate a typical folder structure of Dropbox/Google Drive or windows FS etc.

👉 Currently, The application allows:

  • To create folders and Subfolders
  • To create new files in the folders
  • To view contents of a folder
  • to delete folders and subfolders
  • to rename folders and fles

📷 Screenshots:

main-screen create-folder delete-rename

📌 Future Scope:

  • Authentication & Authorization
  • Updating file contents (only for documents)
  • Supporting other file formats
  • Uploading files and folders
  • Optimized way of storage
  • Saving bandwidth when changes are made to a file - dividing the file in chunks for storage

For contributions, please visit CONTRIBUTING.md.