Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.