{"id":29613764,"url":"https://github.com/djabouex/qr-code-component","last_synced_at":"2026-02-05T07:31:09.959Z","repository":{"id":303242326,"uuid":"1014875346","full_name":"Djabouex/qr-code-component","owner":"Djabouex","description":"Qr Code Component","archived":false,"fork":false,"pushed_at":"2025-07-06T18:20:37.000Z","size":203,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T22:37:52.506Z","etag":null,"topics":["challenges","component","css-flex","css-flexbox","css-modules","frontend-mentor","git","github-config","html-css","liveview","purecss","responsive-design","solution"],"latest_commit_sha":null,"homepage":"https://djabouex.github.io/qr-code-component/","language":"CSS","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/Djabouex.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}},"created_at":"2025-07-06T15:24:28.000Z","updated_at":"2025-07-06T18:20:40.000Z","dependencies_parsed_at":"2025-07-06T15:30:35.655Z","dependency_job_id":"591605b6-9354-49f2-b64d-87a06a5644f0","html_url":"https://github.com/Djabouex/qr-code-component","commit_stats":null,"previous_names":["djabouex/qr-code-component"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Djabouex/qr-code-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djabouex%2Fqr-code-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djabouex%2Fqr-code-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djabouex%2Fqr-code-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djabouex%2Fqr-code-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Djabouex","download_url":"https://codeload.github.com/Djabouex/qr-code-component/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djabouex%2Fqr-code-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29115520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":["challenges","component","css-flex","css-flexbox","css-modules","frontend-mentor","git","github-config","html-css","liveview","purecss","responsive-design","solution"],"created_at":"2025-07-20T22:36:56.579Z","updated_at":"2026-02-05T07:31:09.933Z","avatar_url":"https://github.com/Djabouex.png","language":"CSS","readme":"# Frontend Mentor - QR code component solution\n\nThis is a solution to the [QR code component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). Frontend Mentor challenges help you improve your coding skills by building realistic projects. \n\n## Table of contents\n\n- [Overview](#overview)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n  - [Continued development](#continued-development)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n- [Acknowledgments](#acknowledgments)\n\n**Note: Delete this note and update the table of contents based on what sections you keep.**\n\n## Overview\nThis is a solution to the [QR Code Component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). The project displays a responsive QR code card that links to Frontend Mentor, built with HTML and CSS, focusing on accessibility and cross-platform compatibility.\n\n### Screenshot\n![Design Preview](./design/screenshot.png)\n\n### Links\n- **Solution URL**: [GitHub Repository](https://github.com/Djabouex/qr-code-component/)\n- **Live Site URL**: [![Live Demo](https://img.shields.io/badge/Live--Demo-Visit-green?style=flat-square\u0026logo=github)](https://djabouex.github.io/qr-code-component/)\n\n## My Process\n\n### Built With\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox for responsive layout\n- Mobile-first workflow\n- Google Fonts (`Outfit` font)\n- `.gitattributes` for consistent line endings\n\n### What I Learned\n- **Responsive Design**: Using Flexbox to center the QR code card and a mobile-first approach with media queries (`@media (min-width: 375px)`) ensured a consistent layout across devices.\n- **Accessibility**: Adding `\u003cmain\u003e` and `\u003cfooter\u003e` landmarks resolved accessibility warnings (`landmark-one-main` and `region`), improving semantic structure for screen readers.\n- **Git Management**: Resolved divergent branch issues using `git pull --no-rebase` and normalized line endings with `.gitattributes` to ensure cross-platform compatibility.\n\n### Continued Development\nIn future projects, I plan to:\n- Incorporate ARIA attributes for enhanced accessibility.\n- Experiment with CSS animations (e.g., hover effects) for better interactivity.\n- Optimize Google Fonts loading with preloading or fallback strategies.\n\n### Useful Resources\n- [Frontend Mentor Style Guide](https://www.frontendmentor.io/) - For color and typography references.\n- [MDN Web Docs: Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout) - For responsive layout techniques.\n- [Git Documentation](https://git-scm.com/doc) - For resolving merge conflicts and managing line endings.\n\n## Getting Started\nTo run this project locally:\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Djabouex/qr-code-component.git\n   ```\n2. Navigate to the project folder:\n   ```bash\n   cd qr-code-component\n   ```\n3. Open `index.html` in a browser to view the project.\n\n## Author\n- **Name**: Mohamed Djaballah\n- **Frontend Mentor**: [@Djabouex](https://www.frontendmentor.io/profile/Djabouex)\n- **GitHub**: [Djabouex](https://github.com/Djabouex)\n\n## Acknowledgments\nThis project was completed as part of the Frontend Mentor challenges to improve my front-end development skills. Thanks to Frontend Mentor for providing the design and challenge.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjabouex%2Fqr-code-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjabouex%2Fqr-code-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjabouex%2Fqr-code-component/lists"}