Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minikas/qr-generator

Simple QR code generator built with Next.js, Tailwind CSS, and shadcn/ui.
https://github.com/minikas/qr-generator

nextjs qr-codes qrcode qrcode-generator react shadcn-ui tailwindcss

Last synced: 13 days ago
JSON representation

Simple QR code generator built with Next.js, Tailwind CSS, and shadcn/ui.

Awesome Lists containing this project

README

        

# QR Code Generator

This is a simple QR code generator built with Next.js, Tailwind CSS, and shadcn/ui.

![QR Code Generator Screenshot](public/screenshot.png)

## Technologies Used

- [Next.js](https://nextjs.org/) - React framework for building web applications
- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework
- [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript
- [Prettier](https://prettier.io/) - Code formatter
- [TypeScript](https://www.typescriptlang.org/) - Typed superset of JavaScript

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Learn More

To learn more about the technologies used in this project, check out the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Tailwind CSS Documentation](https://tailwindcss.com/docs) - explore Tailwind CSS utilities.
- [shadcn/ui Documentation](https://ui.shadcn.com/) - learn about the re-usable components.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is open source and available under the [MIT License](LICENSE).