This project is mock implementation of file system. You can create, read, update, delete files and directories.
View Demo
·
Report Bug
- Folder can have subfolders and files to many levels.
- You can click on the folder to see the subfolders and files in it.
- To Rename the folder or file, you can click on the name of it and it will be editable.
- Its restricted to create files or folders with the same name.
- You can also create a new folder or file by clicking on the buttons in the header.
- You can also delete a folder or file by clicking on the button on hover of it.
This is a React.js project bootstrapped with create-next-app
.
For Deployment, Using vercel's Github build pipeline
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/anujverma000/file-system.git
- Install dependencies
yarn
- Run the development server:
yarn start
See the open issues for a list of proposed features (and known issues).
Anuj Verma - @anujverma000 - [email protected]
Project Link: https://github.com/anujverma000/file-system