From 2a961709682b40894f43c1591a0a68c4a0ba295d Mon Sep 17 00:00:00 2001 From: Ishu Gupta <76245139+IshuGupta02@users.noreply.github.com> Date: Sat, 20 Mar 2021 23:19:30 +0530 Subject: [PATCH 1/3] Create FileTransfer_Ishu_20114041 --- submissions/FileTransfer_Ishu_20114041 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 submissions/FileTransfer_Ishu_20114041 diff --git a/submissions/FileTransfer_Ishu_20114041 b/submissions/FileTransfer_Ishu_20114041 new file mode 100644 index 0000000..40c2321 --- /dev/null +++ b/submissions/FileTransfer_Ishu_20114041 @@ -0,0 +1,19 @@ +Repo Link: https://github.com/IshuGupta02/FileSharingApp/tree/master + +Demo Link: NA + +Is this project one of the ideas listed on ideas document? No + +The purpose of the project is to ease file sharing between two devices. User has to upload file on the webpage which will generate a URL, then user can share this URL to another devices/users where the file can be downloaded. + +Tech Stack: Frontend: 1. HTML 2. CSS 3. Javascript + +Features: + +To share a file, user has to first upload a file using one of the two options- +Using drag and drop functionality. or +Using file Input. +After uploading, name of file will come in url text box for now( which can be modified to generated url when connceted to backend). +After uploading, user can copy the URL and share or can send mail containg the URL by entering the mail ids. Hitting send button will send mail ids and file to backend where mail will generated. +Appropriate Alert boxes and confirm boxes have been added to ask for confirmation for sending the mail, etc. + From 844d30de1a3fbd85141511742525c99a8e3b5d83 Mon Sep 17 00:00:00 2001 From: Ishu Gupta <76245139+IshuGupta02@users.noreply.github.com> Date: Sat, 20 Mar 2021 23:21:46 +0530 Subject: [PATCH 2/3] Create FileTransfer_Ishu_20114041.md --- submissions/FileTransfer_Ishu_20114041.md | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 submissions/FileTransfer_Ishu_20114041.md diff --git a/submissions/FileTransfer_Ishu_20114041.md b/submissions/FileTransfer_Ishu_20114041.md new file mode 100644 index 0000000..6541283 --- /dev/null +++ b/submissions/FileTransfer_Ishu_20114041.md @@ -0,0 +1,26 @@ +Repo Link: https://github.com/IshuGupta02/FileSharingApp/tree/master + +Demo Link: NA + +Is this project one of the ideas listed on ideas document? No + +The purpose of the project is to ease file sharing between two devices. User has to upload file on the webpage which will generate a URL, then user can share this URL to another devices/users where the file can be downloaded. + +Tech Stack: Frontend: 1. HTML 2. CSS 3. Javascript + +Features: + +To share a file, user has to first upload a file using one of the two options- +Using drag and drop functionality. or +Using file Input. +After uploading, name of file will come in url text box for now( which can be modified to generated url when connceted to backend). +After uploading, user can copy the URL and share or can send mail containg the URL by entering the mail ids. Hitting send button will send mail ids and file to backend where mail will generated. +Appropriate Alert boxes and confirm boxes have been added to ask for confirmation for sending the mail, etc. + +screenshot1: + +![s1](https://user-images.githubusercontent.com/76245139/111880687-f3b82080-89d2-11eb-9784-26679f5aca26.PNG) + +screenshot2: + +![s2](https://user-images.githubusercontent.com/76245139/111880691-f6b31100-89d2-11eb-8c2e-949a64296682.PNG) From 9f84b09822cc83b8111dbc73cb75bbbfd191653f Mon Sep 17 00:00:00 2001 From: Ishu Gupta <76245139+IshuGupta02@users.noreply.github.com> Date: Sat, 20 Mar 2021 23:22:01 +0530 Subject: [PATCH 3/3] Delete FileTransfer_Ishu_20114041 --- submissions/FileTransfer_Ishu_20114041 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 submissions/FileTransfer_Ishu_20114041 diff --git a/submissions/FileTransfer_Ishu_20114041 b/submissions/FileTransfer_Ishu_20114041 deleted file mode 100644 index 40c2321..0000000 --- a/submissions/FileTransfer_Ishu_20114041 +++ /dev/null @@ -1,19 +0,0 @@ -Repo Link: https://github.com/IshuGupta02/FileSharingApp/tree/master - -Demo Link: NA - -Is this project one of the ideas listed on ideas document? No - -The purpose of the project is to ease file sharing between two devices. User has to upload file on the webpage which will generate a URL, then user can share this URL to another devices/users where the file can be downloaded. - -Tech Stack: Frontend: 1. HTML 2. CSS 3. Javascript - -Features: - -To share a file, user has to first upload a file using one of the two options- -Using drag and drop functionality. or -Using file Input. -After uploading, name of file will come in url text box for now( which can be modified to generated url when connceted to backend). -After uploading, user can copy the URL and share or can send mail containg the URL by entering the mail ids. Hitting send button will send mail ids and file to backend where mail will generated. -Appropriate Alert boxes and confirm boxes have been added to ask for confirmation for sending the mail, etc. -