An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

Drop It


Share your files at ease


Explore the docs »





Table of Contents



  1. About The Project



  2. Getting Started


  3. License

  4. Contact

## 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)

(back to top)

[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