{"id":24507428,"url":"https://github.com/raviburaga/qr-code","last_synced_at":"2026-04-16T07:31:33.253Z","repository":{"id":263543260,"uuid":"890517391","full_name":"raviburaga/qr-code","owner":"raviburaga","description":"A vibrant and responsive React application offering two essential tools: URL Shortener for compressing long links into shareable formats and QR Code Generator to create high-quality QR codes for any type of content. Featuring a professional UI, modern design, and seamless user experience. Perfect for individuals and businesses looking to simplify.","archived":false,"fork":false,"pushed_at":"2024-11-19T05:07:12.000Z","size":599,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T09:15:04.891Z","etag":null,"topics":["link-sharing","qr-code-creation","qr-code-generator","react-application","responsive-design","tailwind-css","url-shortener"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raviburaga.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}},"created_at":"2024-11-18T17:50:45.000Z","updated_at":"2024-11-19T05:10:38.000Z","dependencies_parsed_at":"2024-11-19T05:58:29.092Z","dependency_job_id":null,"html_url":"https://github.com/raviburaga/qr-code","commit_stats":null,"previous_names":["raviburaga/qr-code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raviburaga/qr-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviburaga%2Fqr-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviburaga%2Fqr-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviburaga%2Fqr-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviburaga%2Fqr-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raviburaga","download_url":"https://codeload.github.com/raviburaga/qr-code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviburaga%2Fqr-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31876315,"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":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["link-sharing","qr-code-creation","qr-code-generator","react-application","responsive-design","tailwind-css","url-shortener"],"created_at":"2025-01-21T23:50:40.608Z","updated_at":"2026-04-16T07:31:33.223Z","avatar_url":"https://github.com/raviburaga.png","language":"JavaScript","readme":"\n# **URL Shortener \u0026 QR Code Generator**\n\nA powerful and elegant React-based web application offering two key utilities:\n\n1. **URL Shortener**: Easily shorten long URLs for easy sharing and tracking.\n2. **QR Code Generator**: Create QR codes for any content, including links, media files, and documents.\n\n---\n\n## **Features**\n\n### 🌟 **URL Shortener**\n- Convert lengthy URLs into compact, shareable links.\n- Simplified sharing for emails, social media, and messages.\n- Optimized for easy use and maximum compatibility.\n\n### 🌟 **QR Code Generator**\n- Generate QR codes for:\n  - URLs\n  - Text\n  - Files and Media\n- Beautiful, high-quality QR codes that can be shared and scanned effortlessly.\n\n### 🌟 **Responsive Design**\n- Fully responsive layout that looks great on all devices.\n- Vibrant and spacious UI for a professional look.\n\n---\n\n## **Demo**\n\n![App Demo Screenshot]((image.png))  \n*Screenshot of the application showcasing its features.*\n\n---\n\n## **Getting Started**\n\n### **Prerequisites**\n- Node.js (v14 or higher)\n- npm or yarn installed on your system.\n\n### **Installation**\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/raviburaga/url-qr-tool.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd url-qr-tool\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the development server:\n   ```bash\n   npm start\n   ```\n5. Open your browser and navigate to:\n   ```\n   http://localhost:3000\n   ```\n\n---\n\n## **Project Structure**\n\n```\nurl-qr-tool/\n├── src/\n│   ├── components/       # Reusable React components\n│   ├── pages/            # Page-level components (Home, URL Shortener, QR Generator)\n│   ├── assets/           # Static assets (images, GIFs, etc.)\n│   ├── App.js            # Main application entry point\n│   ├── index.js          # ReactDOM rendering\n│   └── styles/           # Tailwind CSS configuration and global styles\n├── public/               # Public assets\n├── package.json          # Project dependencies and scripts\n└── README.md             # Project documentation\n```\n\n---\n\n## **Technologies Used**\n\n- **React.js**: Frontend framework for building the UI.\n- **React Router**: For page navigation.\n- **Tailwind CSS**: For styling the application with modern utility-first CSS.\n- **GIFs and Media**: Enhance the user experience with animations.\n\n---\n\n## **How to Use**\n\n1. **Homepage**  \n   Explore the available tools (URL Shortener \u0026 QR Code Generator).  \n   ![Home Page](image-1.png)\n\n2. **URL Shortener**  \n   Enter your long URL, and click the \"Shorten URL\" button to generate a compact URL.  \n   ![URL Shortener](image-2.png)\n\n3. **QR Code Generator**  \n   Add the content (URL, text, or file) and instantly generate a QR code for it.  \n   ![QR Code Generator](image-3.png)\n\n---\n\n## **Contributing**\n\nContributions are welcome! Follow these steps to contribute:\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/your-feature\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add your message\"\n   ```\n4. Push your branch:\n   ```bash\n   git push origin feature/your-feature\n   ```\n5. Open a Pull Request.\n\n---\n\n## **License**\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## **Contact**\n\n- **Author**: [Ravi Buraga](https://github.com/raviburaga)\n- **Email**: buragaravi2002@gmail.com\n\nFeel free to reach out with any feedback or questions!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviburaga%2Fqr-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraviburaga%2Fqr-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviburaga%2Fqr-code/lists"}