A React app built with Vite that generates QR codes from user input.
Before you begin, ensure you have the following installed:
- Node.js (which includes npm)
Follow these steps to set up and run the QR code generator app locally.
Clone the repository from GitHub:
git clone https://github.com/hricha11/QRCodeGenerator.gitInstall the project dependencies using npm or Yarn:
-
Using npm:
npm install
Start the development server with one of the following commands:
-
Using npm:
npm run dev
The app should now be running and available at a url
- Open your browser and navigate to url.
- Enter the text or URL you want to encode into a QR code.
- Click the "Generate QR Code" button to see the QR code appear on the screen.
- You can download or share the QR code as needed.