{"id":24702813,"url":"https://github.com/kingtroy125/project-qrmagic","last_synced_at":"2026-04-15T22:31:38.237Z","repository":{"id":274406238,"uuid":"917635214","full_name":"KingTroy125/Project-qrmagic","owner":"KingTroy125","description":"QRMagic is a user-friendly application designed to simplify the process of creating and managing QR codes. Whether you're generating a QR code for a website, sharing text, or managing QR code history, QRMagic offers a seamless and customizable experience. Built using cutting-edge technologies like Next.js for fast and responsive performance","archived":false,"fork":false,"pushed_at":"2025-01-16T11:29:46.000Z","size":464,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T15:52:27.790Z","etag":null,"topics":["customization","design","front-end-development","history-management","nextjs","open-source","qr-code","qrcode-generator","responsive-design","tailwindcss","typescript","web-application","web-tools"],"latest_commit_sha":null,"homepage":"https://qrmagic.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KingTroy125.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-01-16T11:11:03.000Z","updated_at":"2025-02-07T18:36:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c41413e-8c96-4817-8954-71fe84013a53","html_url":"https://github.com/KingTroy125/Project-qrmagic","commit_stats":null,"previous_names":["kingtroy125/project-qrmagic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KingTroy125/Project-qrmagic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingTroy125%2FProject-qrmagic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingTroy125%2FProject-qrmagic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingTroy125%2FProject-qrmagic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingTroy125%2FProject-qrmagic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KingTroy125","download_url":"https://codeload.github.com/KingTroy125/Project-qrmagic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingTroy125%2FProject-qrmagic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31863420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["customization","design","front-end-development","history-management","nextjs","open-source","qr-code","qrcode-generator","responsive-design","tailwindcss","typescript","web-application","web-tools"],"created_at":"2025-01-27T05:51:26.030Z","updated_at":"2026-04-15T22:31:38.206Z","avatar_url":"https://github.com/KingTroy125.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project QRMagic\n\nQRMagic is a versatile application for generating and managing QR codes efficiently. Built with **Next.js** and styled using **Tailwind CSS**, it provides a seamless user experience for creating customized QR codes with ease.\n\n![Screenshot 2025-01-16 032027](https://github.com/user-attachments/assets/f387892d-1e6b-4513-9880-6f933e58eb7e)\n\n## Features\n\n- **QR Code Generation**: Create QR codes for URLs, text, and other data types.\n- **Customization Options**: Personalize the appearance of your QR codes with various styling choices.\n- **History Management**: Keep track of previously generated QR codes for easy access.\n- **Responsive Design**: Enjoy a user-friendly interface across all devices.\n\n## Getting Started\n\nTo run this project locally, follow these steps:\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v14 or later recommended)\n- [Git](https://git-scm.com/)\n\n### Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/KingTroy125/Project-qrmagic.git\n   cd Project-qrmagic\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Run the development server**:\n   ```bash\n   npm run dev\n   ```\n\n4. **Open in browser**:\n   Navigate to [http://localhost:3000](http://localhost:3000) to view the application.\n\n## Building for Production\n\nTo build the project for production:\n\n```bash\nnpm run build\n```\n\nThen, start the production server:\n\n```bash\nnpm start\n```\n\n## Deployment\n\nTo deploy this project, follow the guidelines in the [Next.js Deployment Documentation](https://nextjs.org/docs/deployment).\n\n## Technologies Used\n\n- **Next.js**: React framework for server-side rendering and static site generation.\n- **Tailwind CSS**: Utility-first CSS framework for styling.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a pull request.\n\n## Contact\n\nFor any questions or suggestions, feel free to reach out:\n\n- **GitHub**: [KingTroy125](https://github.com/KingTroy125)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingtroy125%2Fproject-qrmagic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingtroy125%2Fproject-qrmagic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingtroy125%2Fproject-qrmagic/lists"}