Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsfuad/fileshare
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.
https://github.com/itsfuad/fileshare
fileshare pwa web
Last synced: about 15 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/itsfuad/fileshare
- Owner: itsfuad
- Created: 2022-09-28T18:40:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T19:28:32.000Z (7 months ago)
- Last Synced: 2024-07-13T12:09:06.348Z (7 months ago)
- Topics: fileshare, pwa, web
- Language: JavaScript
- Homepage: https://fileshareportal.onrender.com/
- Size: 6.37 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filesharing PWA
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.![Filesharing Cover](./cover.png)
## Features
- 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)## Getting Started
To develop Filesharing PWA locally, follow these steps:
1. Clone the repository
2. Install dependencies using `npm install`
3. Start the development server using `npm start`
4. Open the app in your browser at `http://localhost:3000`## Usage
To use Filesharing PWA, follow these steps:
1. Open the app in your browser at https://fileshare.brainbird.org/
2. Click the "Choose File" button to select a file to upload
3. Click the "Upload" button to upload the file
4. Share the download link or scan the QR code with the person you want to share the file with## License
Filesharing PWA is licensed under the MIT License. See the `LICENSE` file for more information.
## Contributing
To contribute to Filesharing PWA, follow these steps:
1. Fork the repository
2. Create a new branch using `git checkout -b my-feature-branch`
3. Make changes and commit them using `git commit -m "Add some feature"`
4. Push changes to your fork using `git push origin my-feature-branch`
5. Create a pull request## Credits
Filesharing PWA was created by [Fuad Hasan](https://github.com/itsfuad).