An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



Icon


QR Code Generator






A simple web application to generate QR codes.



A screenshot of QR Code Generator.

## 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).