- Fork the repository
- clone the fork by writing the following command
git clone https://github.com/<YOUR USERNAME>/Generate-QR-code.git
-
make changes in the fork and push them
-
main logic of the app can be found in :
/routes/index.js
-
-
create a pull request
- qrcode library of JavaScript was used in creating this app you can read about it from here.
cd Generate-QR-code/
yarn install
npm install
yarn start
npm start
-
The website can be accessed at:
https://localhost:3000