Easy private text or image messages between computers and mobile phones.
Step 1: Open up https://quicklink.netlify.com from either a computer or a mobile phone
Step 2: Scan the QR code with your mobile phone, and you should be redirected to a private chat room
Note: Every data sent within the chat room will be erased after a countdown of 5 minutes.
// Clone repo
git clone https://github.com/aboudicheng/QuickLink.git
// Switch directory
cd quick-link/
// Install necessary dependencies
npm install
// Configure src/db.js with your own firebase credentials. See https://firebase.google.com/docs/web/setup for details
// Run on localhost:8080
npm run serve
Feel free to submit any PRs.