BLINQR is a versatile QR code scanner and generator web application developed using React and Bootstrap. This user-friendly tool serves the dual purpose of scanning QR codes to extract links and generating customized QR codes based on user preferences.
- Scan QR codes to extract links or content.
- Generate QR codes for custom content, including URLs, text, or contact information.
- Customize QR code colors and styles.
- Responsive design for seamless usage across various devices.
To run BLINQR locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ramith-kulal/blinqr.git
-
Navigate to the project directory:
cd blinqr
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and visit
http://localhost:3000
to access BLINQR.
- Scan QR codes: Click on the "Scan" button and allow camera access to scan QR codes.
- Generate QR codes: Fill out the form with your desired content and customize options as needed. Click on the "Generate" button to create the QR code.
- Customize QR codes: Adjust color and style options to personalize QR codes according to your preferences.
- React
- Bootstrap
- JavaScript
- HTML
- CSS
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests through the GitHub repository.