Skip to content

Tragicboyjay/qr_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator App

Overview

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.

Features

  • 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.

Demo

A live demo of the app is available here.

Getting Started

Prerequisites

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)

Installation

  1. Clone the repository:

    git clone [email protected]:Tragicboyjay/qr_generator.git
  2. Navigate to the project directory:

    cd qrcode-generator
  3. 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.

Usage

  1. Open the app in your web browser.
  2. Enter the text or URL you want to encode into a QR code in the input field.
  3. Click the "Generate QR Code" button.
  4. The generated QR code will be displayed on the screen.
  5. (Optional) Click the "Download" button to save the QR code as an image.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please create an issue or submit a pull request.

To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

Contact

For any questions or suggestions, feel free to contact:

About

creates Qr codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published