LunaQR is a SPA for generating QR codes based on entered url.
To clone and run this app, you'll need Git and Node.js
# Clone this repository
$ git clone https://github.com/16Bogdan54/QRCodeGenerator_ReactJS.git
# Go into the folder
$ cd QRCodeGenerator_ReactJS
# Install dependencies
$ npm install
# Run the app
$ npm run dev