This project is a QR Code Generator built with React, TypeScript, and Tailwind CSS.
- Generate QR codes from URLs
- Save QR codes as images
- Responsive design
- Clone the repository.
- Install dependencies using
npm install. - Start the development server with
npm start.
This README file was updated on 2025年4月5日 to include additional details.
- React
- TypeScript
- Tailwind CSS
- qrcode.react
- Service Worker for PWA
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository
git clone https://github.com/yourusername/qr-code-generator.git cd qr-code-generator -
Install dependencies
npm install -
Start the development server
npm start -
Open http://localhost:3000 to view it in the browser.
npm run build
This will create an optimized production build in the build folder that you can deploy to any static hosting service.
MIT