A simple and elegant web app that allows users to generate QR codes instantly by entering any URL or text. Built using HTML, CSS, and JavaScript.
Here's a GitHub README.md tailored for your QR Code Generator project (based on the uploaded index.html):
A simple and elegant web app that allows users to generate QR codes instantly by entering any URL or text. Built using HTML, CSS, and JavaScript.
Deployed Link: https://qr-generator-hazel-alpha.vercel.app/
- π Convert any URL or text into a QR Code
- β‘ Instant generation with one click
- π» Fully responsive UI
- π¨ Clean and modern design using Font Awesome icons
- HTML5 β Structure
- CSS3 β Styling
- JavaScript β QR code logic
- Font Awesome β Icons
- QR API or Library β (Assumed used in script.js)
To run this project locally:
-
Clone the repository:
git clone https://github.com/your-username/qr-code-generator.git cd qr-code-generator -
Open
index.htmlin your browser.
qr-code-generator/
β
βββ index.html # Main HTML page
βββ style.css # Styling file
βββ script.js # Logic for QR generation
βββ README.md # Project documentation
This project is open source and available under the MIT License.