Transfer text and files between devices using p2p communication.
Live application: https://mark-gerarts.github.io/qr-copy/
Installation:
$ npm ciRun a local development server with live reload:
$ npm run devBuild the CSS:
$ npm run css-deployOther useful commands can be found in package.json.
- Better error handling when connection fails
- ...or even automatic reconnect if possible
- Tests
- Only start sending text after a small delay
- Warning for big files
- Add extended help
