This is a web app that generates QRCode for a URL which is provided by user.
- Generation of QR Code.
- Downloading of generated QR Code.
- React.js
- JavaScript
To get a local copy up and running follow these simple steps.
In order to get a copy of the project you will require you to have Node.js (v14+) and the NPM package manager installed. If you don't have it, you can download the latest version of Node.js from the official website which also installs the NPM package manager by default.
Open the terminal in the folder in which you wish to clone the repository and enter the following command:
git clone https://github.com/alok27a/QRCode-Generator.git
cd QRCode-Generator
Install all the NPM packages:
npm i
In order to run the frontend:
npm run start
Following are the environment variables used for frontend:
REACT_APP_BASE_URL
- The domain name (usually http://localhost:3000)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourAmazingFeature
) - Commit your Changes (
git commit -m 'Add some YourAmazingFeature'
) - Push to the Branch (
git push origin feature/YourAmazingFeature
) - Open a Pull Request