{"id":22494915,"url":"https://github.com/code-beaker/stats-preview-card-component-code","last_synced_at":"2025-07-17T22:33:36.393Z","repository":{"id":178215798,"uuid":"661369901","full_name":"Code-Beaker/stats-preview-card-component-code","owner":"Code-Beaker","description":"Frontend Mentor Challenge Solution","archived":false,"fork":false,"pushed_at":"2023-07-03T15:44:10.000Z","size":708,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T21:14:16.438Z","etag":null,"topics":["challenge","frontend-mentor","grid-layout","web"],"latest_commit_sha":null,"homepage":"https://code-beaker.github.io/stats-preview-card-component-code/","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/Code-Beaker.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":"2023-07-02T16:21:37.000Z","updated_at":"2023-07-03T05:08:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc49fa23-c316-49cd-9068-57050b80122e","html_url":"https://github.com/Code-Beaker/stats-preview-card-component-code","commit_stats":null,"previous_names":["code-beaker/stats-preview-card-component-code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Code-Beaker/stats-preview-card-component-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fstats-preview-card-component-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fstats-preview-card-component-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fstats-preview-card-component-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fstats-preview-card-component-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Beaker","download_url":"https://codeload.github.com/Code-Beaker/stats-preview-card-component-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Beaker%2Fstats-preview-card-component-code/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265672334,"owners_count":23808842,"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":["challenge","frontend-mentor","grid-layout","web"],"created_at":"2024-12-06T19:18:35.275Z","updated_at":"2025-07-17T22:33:36.352Z","avatar_url":"https://github.com/Code-Beaker.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Stats preview card component solution\n\nThis is a solution to the [Stats preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/stats-preview-card-component-8JqbgoU62). Frontend Mentor challenges help you improve your coding skills by building realistic projects.\n\n## Table of Contents\n\n- [Frontend Mentor - Stats preview card component solution](#frontend-mentor---stats-preview-card-component-solution)\n  - [Table of Contents](#table-of-contents)\n  - [Overview](#overview)\n    - [Description](#description)\n    - [Screenshots](#screenshots)\n      - [Mobile Image](#mobile-image)\n      - [Desktop Image](#desktop-image)\n  - [The Process](#the-process)\n    - [Built With](#built-with)\n    - [What I learned](#what-i-learned)\n    - [The code I used with `\u003csource\u003e`:](#the-code-i-used-with-source)\n    - [CSS Grid for Responsive Design](#css-grid-for-responsive-design)\n    - [Helps](#helps)\n  - [Links](#links)\n\n## Overview\n\n### Description\n\nThis is a challenge from the **Frontend Mentor** website. Completed by Tharun-dev(Code-Beaker).\n\n### Screenshots\n\n#### Mobile Image\n\n![](screenshot-mobile.png)\n\n#### Desktop Image\n\n![](screenshot-desktop.png)\n\n## The Process\n\nThe process I went through to creating complete the challenge.\n\n### Built With\n\n- HTML5\n- CSS3\n- CSS Grid\n- CSS Flex\n- Mobile-first web design\n- Responsive Design\n\n### What I learned\n\n- About CSS Grid and its possibilities.\n- Used HTML `\u003csource\u003e` element with understanding.\n\n### The code I used with `\u003csource\u003e`:\n\n```html\n\u003csource srcset=\"./myFolder/myImageName.jpg\" media=\"(min-width: 600px)\" /\u003e\n```\n\n### CSS Grid for Responsive Design\n\n```css\nmain {\n  display: grid;\n  grid-template-columns: 1fr;\n}\n\n@media (min-width: 600px) {\n  main {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n```\n\n### Helps\n\nI got help from the Frontend Mentor **Discord Community** in some stages.\n\n## Links\n\n- Live Site URL: https://code-beaker.github.io/stats-preview-card-component-code/\n- GitHub Repository: https://github.com/Code-Beaker/stats-preview-card-component-code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-beaker%2Fstats-preview-card-component-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-beaker%2Fstats-preview-card-component-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-beaker%2Fstats-preview-card-component-code/lists"}