https://github.com/the-robin-hood/dropit
PWA shares your files locally at ease
https://github.com/the-robin-hood/dropit
dropit file-sharing filetransfer open-source peer-to-peer peer2peer peerjs progressive-web-app pwa react reactjs shareit webrtc websocket
Last synced: about 1 year ago
JSON representation
PWA shares your files locally at ease
- Host: GitHub
- URL: https://github.com/the-robin-hood/dropit
- Owner: The-Robin-Hood
- License: mit
- Created: 2022-01-13T12:58:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T13:55:02.000Z (over 3 years ago)
- Last Synced: 2025-02-27T23:57:01.988Z (over 1 year ago)
- Topics: dropit, file-sharing, filetransfer, open-source, peer-to-peer, peer2peer, peerjs, progressive-web-app, pwa, react, reactjs, shareit, webrtc, websocket
- Language: JavaScript
- Homepage: https://dropit.tk
- Size: 704 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Table of Contents
## About The Project
Share your file with your fellow mates who are at the same LAN at ease.
It uses peer to peer connection for the file transfer.
### Built With
* [Node.js](https://nodejs.org/) - Server Side
* [React.js](https://reactjs.org/) - Client Side
* [PWA](https://web.dev/progressive-web-apps/)
* [WebRTC](https://webrtc.org/)
## Getting Started
Steps to be followed are given to set and run locally.
### Installation
1. Clone the repo
```sh
git clone https://github.com/The-Robin-Hood/dropit.git
```
2. Two folders will be present inside the Dropit Folder
* dropitapp
* Server
3. Switch to both dir and install the npm packages seperately and run it.
```sh
npm install
npm run
```
## Screenshot
![Drop it Light-Mode Screen Shot][product-screenshot]
![Drop it Dark-Mode Screen Shot][product-dscreenshot]
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Ansari - [@twitter_handle](https://twitter.com/AnsariStark) - ansari_official@yahoo.com
Project Link: [https://github.com/The-Robin-Hood/dropit](https://github.com/The-Robin-Hood/dropit)
[license-url]: https://github.com/The-Robin-Hood/dropit/blob/master/LICENSE
[license-shield]: https://img.shields.io/github/license/The-Robin-Hood/dropit.svg
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/ansari-s
[product-screenshot]: images/lightmode.png
[product-dscreenshot]: images/darkmode.png