{"id":18593570,"url":"https://github.com/jaceleedev/qr-code-component","last_synced_at":"2025-05-16T10:35:38.179Z","repository":{"id":249739848,"uuid":"830401515","full_name":"jaceleedev/qr-code-component","owner":"jaceleedev","description":"Frontend Mentor challenge (1. Newbie) - QR code component.","archived":false,"fork":false,"pushed_at":"2024-07-23T00:56:25.000Z","size":1126,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T20:21:30.576Z","etag":null,"topics":["component-based-design","css-module","frontendmentor-challenges","nextjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://qr-code-component-ten-pink.vercel.app","language":"TypeScript","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/jaceleedev.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-07-18T07:50:06.000Z","updated_at":"2024-07-23T00:56:28.000Z","dependencies_parsed_at":"2024-07-23T04:06:37.715Z","dependency_job_id":null,"html_url":"https://github.com/jaceleedev/qr-code-component","commit_stats":null,"previous_names":["jaceleedev/qr-code-component"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceleedev%2Fqr-code-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceleedev%2Fqr-code-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceleedev%2Fqr-code-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaceleedev%2Fqr-code-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaceleedev","download_url":"https://codeload.github.com/jaceleedev/qr-code-component/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239372308,"owners_count":19627778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["component-based-design","css-module","frontendmentor-challenges","nextjs","tailwindcss","typescript"],"created_at":"2024-11-07T01:12:54.710Z","updated_at":"2025-02-17T21:40:17.636Z","avatar_url":"https://github.com/jaceleedev.png","language":"TypeScript","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  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\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\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- Scan the QR code to visit Frontend Mentor and take their coding skills to the next level\n\n### Screenshot\n\n\u003cdiv style='display: flex; gap: 10px;'\u003e\n\u003cimg src=\"./design/screenshot-desktop.png\" height='200px'\u003e\n\u003cimg src=\"./design/screenshot-mobile.png\" height='200px'\u003e\n\u003c/div\u003e\n\n### Links\n\n- Solution URL: [https://www.frontendmentor.io/solutions/qr-code-component-with-nextjs-tailwind-css-css-module-bem-7Fz9-EgtRX](https://www.frontendmentor.io/solutions/qr-code-component-with-nextjs-tailwind-css-css-module-bem-7Fz9-EgtRX)\n- Live Site URL: [qr-code-component-ten-pink.vercel.app](qr-code-component-ten-pink.vercel.app)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps:\n\n### Prerequisites\n\nMake sure you have the following software installed on your machine:\n\n- [Node.js](https://nodejs.org/) (Node.js 18.17 or later)\n- [pnpm](https://pnpm.io/)\n\n### Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/jaceleedev/qr-code-component.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```sh\n   cd qr-code-component\n   ```\n\n3. Install dependencies using pnpm:\n\n   ```sh\n   pnpm install\n   ```\n\n4. Start the development server:\n\n   ```sh\n   pnpm dev\n   ```\n\n5. Open your browser and visit http://localhost:3000 to view the project.\n\n## My process\n\n### Built with\n\n- Next.js (v14.2.5)\n- TypeScript (v5)\n- Tailwind CSS (v3.4.1)\n- CSS Modules\n- CSS BEM methodology\n- Semantic HTML5 markup\n- SEO \u0026 web accessibility\n\n### What I learned\n\nDuring this project, I reinforced my skills in Next.js and Tailwind CSS. I learned the importance of project structure, specifically how creating folders named after components and using index.tsx files can simplify imports. This was a new insight compared to my previous project. This structure enhances the maintainability and readability of the code, making it easier to manage and scale.\n\n#### Code snippets:\n\n```bash\ncomponents\n└── QRCode\n    ├── index.tsx\n    └── index.module.css\n```\n\n### Continued development\n\nIn future projects, I aim to deepen my expertise in Next.js and Tailwind CSS, with a particular focus on optimizing project structure and embracing component-based architecture. My goal is to build more accessible and performant web applications, prioritizing seamless user experiences and scalable codebases.\n\n### Useful resources\n\n- [Next.js Documentation](https://nextjs.org/docs) - Comprehensive guide to Next.js features and API.\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs/installation) - Detailed documentation for Tailwind CSS.\n\n## Author\n\n- GitHub - [@jaceleedev](https://github.com/jaceleedev)\n- Frontend Mentor - [@jaceleedev](https://www.frontendmentor.io/profile/jaceleedev)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaceleedev%2Fqr-code-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaceleedev%2Fqr-code-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaceleedev%2Fqr-code-component/lists"}