Easily transfer a file from web to any platform that reads a QR code. Node js has been used to create back-end of this project. Bootstrap template 'Grayscale' has been used for front end.
In order to make it convinient to share files over device, QR code should be the right medium as it can be used on almost any device that can read a QR Code.
- Node.js : It was used for the server side programming, to upload the file on the server and further helping to convert it into QR Code
- QRcode Library of JQuery: It was used to convert the link generated by the server into QR Code.
- GrayScale Theme: Written in Bootstrap, this was used as the front end theme.
Cloning the Repository
git clone https://github.com/ygyash/QRit.git
cd Qrit
npm install
Starting the server on PORT 8086
npm start
The website can be accessed on:
http://localhost:8086/