{"id":24012726,"url":"https://github.com/yashi-singh-9/qr-code-component","last_synced_at":"2026-04-08T16:32:25.826Z","repository":{"id":270075419,"uuid":"862109736","full_name":"Yashi-Singh-9/QR-Code-Component","owner":"Yashi-Singh-9","description":"This project is a responsive QR Code Component built as part of a Frontend Mentor challenge. It displays a QR code that links to the Frontend Mentor website, offering a clean and simple UI to practice and improve front-end development skills.","archived":false,"fork":false,"pushed_at":"2024-12-28T07:36:45.000Z","size":493,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T15:32:14.513Z","etag":null,"topics":["bootstrap","css","frontend","frontend-mentor","frontend-mentor-challenge","frontend-mentor-solutions","html","html-css","scss"],"latest_commit_sha":null,"homepage":"https://yashi-singh-9.github.io/QR-Code-Component/","language":"HTML","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/Yashi-Singh-9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-09-24T03:53:43.000Z","updated_at":"2024-12-28T07:37:50.000Z","dependencies_parsed_at":"2024-12-28T08:33:25.690Z","dependency_job_id":null,"html_url":"https://github.com/Yashi-Singh-9/QR-Code-Component","commit_stats":null,"previous_names":["yashi-singh-9/qr-code-component"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yashi-Singh-9/QR-Code-Component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yashi-Singh-9%2FQR-Code-Component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yashi-Singh-9%2FQR-Code-Component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yashi-Singh-9%2FQR-Code-Component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yashi-Singh-9%2FQR-Code-Component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yashi-Singh-9","download_url":"https://codeload.github.com/Yashi-Singh-9/QR-Code-Component/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yashi-Singh-9%2FQR-Code-Component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","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":["bootstrap","css","frontend","frontend-mentor","frontend-mentor-challenge","frontend-mentor-solutions","html","html-css","scss"],"created_at":"2025-01-08T06:07:24.337Z","updated_at":"2026-04-08T16:32:25.796Z","avatar_url":"https://github.com/Yashi-Singh-9.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - QR Code Component Solution\n\n## Overview\n\n✨✨✨ This project is a solution to the [QR Code Component Challenge](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H) from Frontend Mentor. It features a responsive webpage showcasing a simple yet elegant QR code design, linking to the Frontend Mentor website. The primary goal of this challenge is to improve front-end development skills by creating a visually appealing and accessible UI component. ✨✨✨\n\n## Live Demo\n\n✨✨✨ View the **live demo** of the project here: [QR Code Component](https://yashi-singh-9.github.io/QR-Code-Component/) ✨✨✨\n\n## Features\n\n- **Responsive Design:** Fully responsive layout optimized for both desktop and mobile devices.\n- **Clean Code:** Built with semantic HTML5, SCSS, and Bootstrap for maintainability and modularity.\n- **Typography:** Integrated Google Fonts for professional and modern typography.\n- **Custom Styling:** SCSS variables and mixins are used for reusable styles and easy theme management.\n\n## Technologies Used\n\n✨✨✨ \n- **HTML5:** For structuring the content.\n- **SCSS:** For enhanced and modular styling.\n- **Bootstrap:** For quick and responsive layout design.\n  \n✨✨✨\n\n## Visuals\n\n✨✨✨ Below are previews of the project design: ✨✨✨\n\n### Desktop Preview\n![Desktop Preview](images/Desktop-Preview.png)\n\n### Mobile Preview\n\u003cimg src=\"images/Mobile-Preview.png\" height=\"750\"\u003e\n\n## How to Run Locally\n\n✨✨✨ Follow these steps to set up the project on your local machine: ✨✨✨\n\n1. **Clone the Repository:**\n    ```bash\n    git clone https://github.com/Yashi-Singh-9/QR-Code-Component.git\n    ```\n\n2. **Navigate to the Project Directory:**\n    ```bash\n    cd QR-Code-Component\n    ```\n\n3. **Open the Project in a Browser:**\n    ```bash\n    open index.html\n    ```\n\n## Folder Structure\n\n✨✨✨\n\n```\nQR-Code-Component/\n|-- images/           # Images used in the project\n|-- styles.scss       # SCSS file for custom styling\n|-- styles.css        # Compiled CSS file\n|-- index.html        # HTML structure\n|-- README.md         # Project documentation\n``` \n\n✨✨✨\n\n## Usage\n\n✨✨✨ The QR Code Component is a static webpage that can be used as a standalone UI component or embedded into larger projects. Simply open the `index.html` file in any modern browser to view the component. ✨✨✨\n\n## Roadmap\n\n✨✨✨ Potential future improvements include: ✨✨✨\n\n- Adding hover and focus effects to make the component more interactive.\n- Including animations for the QR code to enhance user engagement.\n- Extending the design with a dark mode toggle.\n\n## SCSS Installation and Setup\n\n✨✨✨ Follow these steps to install and run SCSS for this project: ✨✨✨\n\n### Prerequisites\n- **Node.js and npm:** Ensure you have Node.js and npm installed on your system. If not, download and install them from [Node.js Official Website](https://nodejs.org/).\n\n### Installation Steps\n\n1. **Navigate to the Project Directory:**\n    ```bash\n    cd QR-Code-Component\n    ```\n\n2. **Initialize npm (if not already initialized):**\n    If you don't have a `package.json` file in your project, initialize npm by running:\n    ```bash\n    npm init -y\n    ```\n\n3. **Install SCSS (Sass):**\n    Use npm to install the SCSS preprocessor:\n    ```bash\n    npm install sass --save-dev\n    ```\n\n### Running SCSS\n\n1. **Compile SCSS to CSS:**\n    To compile SCSS into CSS, run the following command:\n    ```bash\n    npx sass styles.scss styles.css\n    ```\n\n2. **Watch for Changes (Optional):**\n    If you want to watch the SCSS file for changes and automatically compile it, use:\n    ```bash\n    npx sass --watch styles.scss:styles.css\n    ```\n\n3. **Link the Compiled CSS in Your HTML:**\n    Ensure the compiled `styles.css` is linked in your `index.html`:\n    ```html\n    \u003clink rel=\"stylesheet\" href=\"styles.css\"\u003e\n    ```\n\n## Contributing\n\n✨✨✨ Contributions are welcome! Here’s how you can contribute: ✨✨✨\n\n1. **Fork the Repository:**\n2. **Create a Feature Branch:**\n    ```bash\n    git checkout -b feature-name\n    ```\n3. **Make Changes:** Commit your updates with a clear description.\n4. **Push Changes:**\n    ```bash\n    git push origin feature-name\n    ```\n5. **Submit a Pull Request:** Open a pull request to the main branch.\n\n## Acknowledgments\n\n✨✨✨ \n- **Challenge by:** [Frontend Mentor](https://www.frontendmentor.io)\n- **Coded by:** [Yashi Singh](https://www.linkedin.com/in/yashi-singh-b4143a246) \n✨✨✨\n\n## License\n\n✨✨✨ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information. ✨✨✨\n\n---\n\n✨✨✨ Thank you for checking out my solution! Feel free to share your feedback or ask any questions. ✨✨✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashi-singh-9%2Fqr-code-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashi-singh-9%2Fqr-code-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashi-singh-9%2Fqr-code-component/lists"}