Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/minikas/qr-generator
- Owner: minikas
- Created: 2024-12-26T16:08:18.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-26T22:37:52.000Z (about 1 month ago)
- Last Synced: 2024-12-26T23:20:24.015Z (about 1 month ago)
- Topics: nextjs, qr-codes, qrcode, qrcode-generator, react, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://minikas.github.io/QR-Generator/
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).