Skip to content

Commit 68a688a

Browse files
added read me
1 parent 6102fdd commit 68a688a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
3+
<h1 align="center">File System in Web</h4>
4+
5+
<p align="center">
6+
7+
</p>
8+
9+
10+
11+
> Web UI which allows a user to navigate through a folder structure(dummy) just like a normal desktop file system (Explorer in Windows and Finder in OSX)
12+
13+
14+
## Screenshots
15+
<p align="center">
16+
<img src="https://res.cloudinary.com/grooot/image/upload/v1555215261/smallcase/2019-04-14_09.24.11.gif" alt="fileSystem" width="729px"/>
17+
</p>
18+
19+
20+
<p align="center">
21+
<img src="https://res.cloudinary.com/grooot/image/upload/v1555215066/smallcase/2019-04-14_09.30.55.gif" alt="fileSystem-delete" width="729px"/>
22+
</p>
23+
24+
25+
## Features
26+
- Search implementation (local or global)
27+
- Modals are Draggable
28+
- Handling files and folder with the same name
29+
- Routing mapped to file/folder paths
30+
31+
32+
33+
34+
## Development server
35+
Run `yarn start` for a dev server. Navigate to `http://localhost:1234/`. The app will automatically reload if you change any of the source files.
36+
37+
## Build
38+
Run `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory.

0 commit comments

Comments
 (0)