Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 968 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 968 Bytes

File Sharing Application (Droplink)

This application is a web-based platform built using the MERN stack (MongoDB, Express.js, React.js, and Node.js) that allows users to upload files and share them with others via a unique link. When someone clicks on the generated link, the file is downloaded directly.

Proof of Work

share.mp4

Features

  • File Uploading: Users can upload files of various types and sizes.
  • Link Generation: For each uploaded file, a unique download link is generated.
  • Link Sharing: Users can share the generated link with others.
  • File Download: When someone clicks on the link, the file is downloaded to their device.

Snapshot

image

Tech Stack

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database: MongoDB