From 8d5e69d30958994806945aebc1a5f08ea7b710de Mon Sep 17 00:00:00 2001 From: sweety-sg <76245818+sweety-sg@users.noreply.github.com> Date: Tue, 23 Mar 2021 21:40:15 +0530 Subject: [PATCH] Create filepass.md --- submissions/filepass.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 submissions/filepass.md diff --git a/submissions/filepass.md b/submissions/filepass.md new file mode 100644 index 0000000..24da22e --- /dev/null +++ b/submissions/filepass.md @@ -0,0 +1,19 @@ +# **Repo Link**: https://github.com/sweety-sg/file-transfer +Demo Link: NA + +Is this project one of the ideas listed on ideas document? No + +I started creating a p2p file-sharing app named filepass where one could upload files by dragging or browsing and +create a link for it which could be sent to anyone. + +Screenshot 2021-03-23 at 9 28 23 PM + +The project has a complete frontend. But I faced issues during back-end , did it as much as i could so it's incomplete. +Still willing to work on it. + + +## Features +It starts uploading automatically as you upload the file and provides you a link which you can copy directly. +It (was intended to) generate a unique name for the file using the uuid4 function so that you get a unique url and thus prevent using of your files by anyone else. +It is user friendly as it provides drag and drop option. +It uses mongodb database