{"id":31743811,"url":"https://github.com/ifeelgarv/qr-tool","last_synced_at":"2026-05-05T17:33:37.299Z","repository":{"id":312336465,"uuid":"1045687135","full_name":"ifeelgarv/qr-tool","owner":"ifeelgarv","description":"Tool for generating qr.","archived":false,"fork":false,"pushed_at":"2025-09-03T10:22:17.000Z","size":96,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-09T11:58:57.806Z","etag":null,"topics":["eslint","nextjs","qrcode-generator","talwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://tool.qr.gauravsingh.co.in/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ifeelgarv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-27T15:03:51.000Z","updated_at":"2025-09-29T09:06:10.000Z","dependencies_parsed_at":"2025-08-29T23:29:41.126Z","dependency_job_id":"b3f5cf08-01d1-4b08-a308-0a5cb7b5d2fe","html_url":"https://github.com/ifeelgarv/qr-tool","commit_stats":null,"previous_names":["ifeelgarv/qr-code-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ifeelgarv/qr-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifeelgarv%2Fqr-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifeelgarv%2Fqr-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifeelgarv%2Fqr-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifeelgarv%2Fqr-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ifeelgarv","download_url":"https://codeload.github.com/ifeelgarv/qr-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifeelgarv%2Fqr-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32660377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eslint","nextjs","qrcode-generator","talwindcss","typescript"],"created_at":"2025-10-09T11:57:56.449Z","updated_at":"2026-05-05T17:33:37.279Z","avatar_url":"https://github.com/ifeelgarv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## QRTool : A Nextjs tool for generating QR.\n\nWelcome to, A simple and efficient QR Code tool built with modern tech stack, easily create QR codes for links and text with a clean and responsive UI.\n\n![HeroSectionImage](https://i.postimg.cc/0jxnTgZw/qrtool.png)\n\n\n### Features :\n- Generate QR codes instantly\n- Download QR codes as images\n- Customizable size and styles\n- Responsive and minimal UI\n- Built with performance in mind\n\n**Frontend:**\n\n- **Next.js 15.3.3** - React framework with App Router\n- **TypeScript** - Type-safe JavaScript\n- **Tailwind CSS 4** - Utility-first CSS framework\n- **Motion** - Animation library\n- **shadcn/ui** - Pre-built components\n\n\n**Development Tools:**\n\n- **NPM** - Package manager and runtime\n- **ESLint** - Code linting\n- **Prettier** - Code formatting\n\n## Contributing \u0026 Installation\n\n### Installation\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/ifeelgarv/qr-tool.git\n   cd qr-generator\n   ```\n\n2. **Install dependencies**\n\n    ```bash\n    npm install\n    ```\n\n\n3. **Start development server**\n\n   ```bash\n   npm run dev\n   ```\n\n\n### Folder Structure\n```\nqr-tool/\n├── .next/                       # Next.js build output\n├── node_modules/                # Installed dependencies\n├── public/                      # Static assets\n│   ├── fonts/                   # Custom fonts\n│   ├── file.svg\n│   ├── globe.svg\n│   ├── next.svg\n│   ├── vercel.svg\n│   └── window.svg\n├── src/                         # Application source code\n│   ├── app/                     # Next.js App Router\n│   │   ├── favicon.ico\n│   │   ├── globals.css          # Global styles\n│   │   ├── layout.tsx           # Root layout\n│   │   └── page.tsx             # Home page\n│   ├── components/              # Reusable components\n│   │   └── ui/                  # UI components\n│   │       ├── button.tsx\n│   │       ├── input.tsx\n│   │       ├── select.tsx\n│   │       ├── theme-provider.tsx\n│   │       └── theme-toggle.tsx\n│   └── lib/                     # Utility functions\n│       └── utils.ts\n├── .gitignore\n├── components.json\n├── eslint.config.mjs\n├── next-env.d.ts\n├── next.config.ts\n├── package-lock.json\n├── package.json\n├── postcss.config.mjs\n├── README.md\n└── tsconfig.json\n```\n\n### Contribution\n\n1. **Fork the repository**\n    ```bash\n   Click the **Fork** button at the top right of this repository to create your own copy.\n   ```\n\n2. **Create a new branch**\n\n   ```bash\n   git checkout -b feature/your-feature\n   ```\n\n3. **Make your changes**\n    ```bash\n   Implement your feature, fix, or improvement.\n   ```\n\n4. **Commit your changes**\n\n   ```bash\n   git commit -m \"feat: add new feature\"\n   ```\n\n5. **Push to your branch**\n\n   ```bash\n   git push origin feature/your-feature\n   ```\n\n6. **Open a Pull Request**\n    ```bash\n   Go to the original repository and open a PR from your forked branch.\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifeelgarv%2Fqr-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifeelgarv%2Fqr-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifeelgarv%2Fqr-tool/lists"}