This project is a QR Code Scanner built using HTML, CSS, and JavaScript. It allows users to scan QR codes easily and retrieve the encoded information directly.
To view the QR Code Scanner, open the index.html
file in your browser.
- Scans QR codes using your device's camera.
- Displays the scanned content instantly.
- Responsive design for both desktop and mobile devices.
- User-friendly interface for quick scanning.
To clone this repository, use the following command:
git clone https://github.com/PR2309/QR_Code-Scanner.git
- Open the
index.html
file in your browser. - Allow access to the camera when prompted.
- Position the QR code in front of the camera.
- The scanned content will be displayed on the screen.
- HTML: For structuring the web page.
- CSS: For styling the QR scanner interface.
- JavaScript: For handling QR code scanning and displaying results.