Filesharing PWA is a Progressive Web Application (PWA) that allows users to share files up to 15 MB in size. The files will stay available for 30 minutes after which they will be automatically deleted from the server.
- Share files up to 15 MB
- Files are available for 30 minutes
- Share links or scan QR codes to download files
- Progressive Web Application (PWA)
To develop Filesharing PWA locally, follow these steps:
- Clone the repository
- Install dependencies using
npm install
- Start the development server using
npm start
- Open the app in your browser at
http://localhost:3000
To use Filesharing PWA, follow these steps:
- Open the app in your browser at https://fileshare.brainbird.org/
- Click the "Choose File" button to select a file to upload
- Click the "Upload" button to upload the file
- Share the download link or scan the QR code with the person you want to share the file with
Filesharing PWA is licensed under the MIT License. See the LICENSE
file for more information.
To contribute to Filesharing PWA, follow these steps:
- Fork the repository
- Create a new branch using
git checkout -b my-feature-branch
- Make changes and commit them using
git commit -m "Add some feature"
- Push changes to your fork using
git push origin my-feature-branch
- Create a pull request
Filesharing PWA was created by Fuad Hasan.