Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anivanchen/qr
A QR code generator.
https://github.com/anivanchen/qr
nextjs qrcode
Last synced: about 1 month ago
JSON representation
A QR code generator.
- Host: GitHub
- URL: https://github.com/anivanchen/qr
- Owner: anivanchen
- License: mit
- Created: 2021-09-01T22:13:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T04:34:09.000Z (over 1 year ago)
- Last Synced: 2024-11-12T12:27:20.852Z (3 months ago)
- Topics: nextjs, qrcode
- Language: TypeScript
- Homepage: https://qr.ivanchen.dev
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR
A simple web application built with [Next.js](https://nextjs.org/), TypeScript, and Tailwind CSS that allows you to generate and scan QR codes. This project utilizes the [@yudiel/react-qr-scanner](https://www.npmjs.com/package/@yudiel/react-qr-scanner) and [next-qrcode](https://www.npmjs.com/package/next-qrcode) libraries for QR code scanning and generation, respectively.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/anivanchen/qr.git
```2. Navigate to the project directory:
```bash
cd qr
```3. Install the dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm run dev
```5. Open your browser and visit [http://localhost:3000](http://localhost:3000) to see the application in action.
## Contributing
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an [issue](https://github.com/anivanchen/qr/issues) or submit a [pull request](https://github.com/anivanchen/qr/pulls) on the project's GitHub repository.## License
This project is licensed under the [MIT License](LICENSE). Feel free to fork, use, and modify the code for your own purposes.