The QR Code Generator App is a simple web application that allows users to input values and generate QR codes. This app can be used for various purposes, such as creating QR codes for URLs, text, or any other data that can be encoded into a QR code.
- Input text or URLs to generate QR codes.
- Easy-to-use interface.
- Responsive design for use on various devices.
- Download generated QR codes as images.
A live demo of the app is available here.
To run this project locally, you need to have the following installed:
- A modern web browser (Chrome, Firefox, Safari, Edge, etc.)
- (Optional) A local web server for serving the files (e.g., Node.js with http-server)
-
Clone the repository:
git clone [email protected]:Tragicboyjay/qr_generator.git
-
Navigate to the project directory:
cd qrcode-generator
-
Open the
index.html
file in your web browser:open index.html
Alternatively, you can start a local web server and open the app in your browser:
npx http-server
Then open
http://localhost:8080
in your web browser.
- Open the app in your web browser.
- Enter the text or URL you want to encode into a QR code in the input field.
- Click the "Generate QR Code" button.
- The generated QR code will be displayed on the screen.
- (Optional) Click the "Download" button to save the QR code as an image.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please create an issue or submit a pull request.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.
- goqr.me API - The API used for generating QR codes.
For any questions or suggestions, feel free to contact:
- GitHub: tragicboyjay