Skip to content

RatedYK/qr_code_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator Web App

This is a lightweight web application that generates QR codes from user-provided text or URLs. The app consists of a backend written in Python and a frontend written in React.

Getting Started

To run the application locally, follow these steps:

Backend Setup

  1. Open your terminal and navigate to the qr_back directory:
cd qr_back
  1. Install the dependencies:
pip install -r requirements.txt
npm install
  1. Start the backend server:
npm run dev

Frontend Setup

  1. Open another terminal window/tab and navigate to the qr_front directory:
cd qr_front
  1. Install the dependencies:
npm install
  1. Start the frontend development server:
npm start

Accessing the App

Once the backend and frontend servers are running, you can access the application in your web browser:

  • Open your preferred web browser.
  • Visit http://localhost:3000 to access the app.

Usage

  1. Enter the text or URL that you want to generate a QR code for in the input field.
  2. Click the "Generate" button.
  3. The QR code will be displayed on the screen.
  4. You can scan the QR code using a QR code scanner app on your mobile device to access the provided text or URL.

Contributing

Contributions are welcome! If you find any issues or would like to suggest improvements, please open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the MIT License.

About

A light-weight QR code generator using a combination of python and typescript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published