This is a React.js application that generates QR codes. It allows users to enter text or a URL and generates a QR code image based on the input.
- Generates QR codes from text or URLs
- Easy-to-use interface
- Copy QR code image or download
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/thamerh/generate-qr-code-using-reactjs.git
- Navigate to the project directory:
cd generate-qr-code-using-reactjs
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to access the application.
- Enter the text or URL for which you want to generate a QR code.
- The QR code will be displayed on the screen.
- To copy the QR code image , click the "Copy " button.
- To download the QR code image , click the "Download" button.
This project is built with the following technologies:
- React.js
- qrcode.react: A library for generating QR codes in React
Contributions are welcome! If you find any issues or would like to add new features, please submit a pull request. Make sure to follow the existing code style and include appropriate tests.
If you have any questions or suggestions, feel free to contact the project maintainer at hamdithamer99@gmail.com.