Skip to content

chethan25/sanchar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sanchar

Sanchar is a single page web app which can be used to share any type of files between devices using QR codes.

How it works

  • Upload the file from your file system. The file will be stored in firebase cloud storage.
  • If multiple files are selected the files will be compressed into a zip file before uploading.
  • A QR code is generated for each file which can be scanned from a different device to receive the file.
  • The uploaded file will be immediately deleted once the QR code is closed.

Website Link

https://sanchar-faf9f.web.app/

Future work

  • Add support to choose files from user's google drive and dropbox.
  • Add url's directly.

Acknowledgements

  • JSZip - A library for creating, reading and editing .zip files with JavaScript, with a lovely and simple API.
  • qrcode-generator - A library for generating QR codes.