https://github.com/hilde801/qr-code-generator
A simple web application to generate QR codes.
https://github.com/hilde801/qr-code-generator
qr-code qr-code-generator react typescript
Last synced: about 2 months ago
JSON representation
A simple web application to generate QR codes.
- Host: GitHub
- URL: https://github.com/hilde801/qr-code-generator
- Owner: hilde801
- License: apache-2.0
- Created: 2024-07-24T13:50:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T15:15:08.000Z (over 1 year ago)
- Last Synced: 2025-02-27T21:51:07.835Z (over 1 year ago)
- Topics: qr-code, qr-code-generator, react, typescript
- Language: TypeScript
- Homepage: https://hilde801.github.io/qr-code-generator/
- Size: 522 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
QR Code Generator
A simple web application to generate QR codes.

## Getting Started
### Prerequisites
- NodeJS
- Yarn (optional)
### Building/Running QR Code Generator
```bash
# Building and running QR Code Generator using NPM
$ npm install
$ npm run dev
# Building and running QR Code Generator using Yarn
$ yarn
$ yarn dev
```
## Credits
- [React](https://react.dev)
- [Vite](https://vitejs.dev)
- [TypeScript](https://www.typescriptlang.org)
- [qrcode](https://www.npmjs.com/package/qrcode)
- [Prettier](https://prettier.io)
## License
QR Code Generator is licensed under the [Apache 2.0 License](./LICENSE.txt).