{"id":21682114,"url":"https://github.com/evrendev/four-card-feature-section","last_synced_at":"2025-03-20T11:13:17.261Z","repository":{"id":258156680,"uuid":"588474755","full_name":"evrendev/four-card-feature-section","owner":"evrendev","description":"Frontend Mentor | Four card feature section","archived":false,"fork":false,"pushed_at":"2023-01-13T09:04:43.000Z","size":484,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T11:26:27.416Z","etag":null,"topics":["css-flexbox","css-grid","frontend-mentor","responsive","vue3"],"latest_commit_sha":null,"homepage":"https://evrendev.github.io/four-card-feature-section/","language":"SCSS","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/evrendev.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-01-13T07:57:30.000Z","updated_at":"2023-01-13T09:07:44.000Z","dependencies_parsed_at":"2024-10-17T21:38:40.646Z","dependency_job_id":null,"html_url":"https://github.com/evrendev/four-card-feature-section","commit_stats":null,"previous_names":["evrendev/four-card-feature-section"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Ffour-card-feature-section","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Ffour-card-feature-section/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Ffour-card-feature-section/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Ffour-card-feature-section/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evrendev","download_url":"https://codeload.github.com/evrendev/four-card-feature-section/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600721,"owners_count":20479307,"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":["css-flexbox","css-grid","frontend-mentor","responsive","vue3"],"created_at":"2024-11-25T15:33:06.142Z","updated_at":"2025-03-20T11:13:17.234Z","avatar_url":"https://github.com/evrendev.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Four card feature section solution\n\nThis is a solution to the [Four card feature section challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/four-card-feature-section-weK1eFYK/hub). 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  - [Project Setup](#setup)\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- View the optimal layout for the site depending on their device's screen size\n\n### Screenshot\n\n![desktop image](https://raw.githubusercontent.com/evrendev/four-card-feature-section/main/screens/desktop-screen.jpg)\n![mobile image](https://raw.githubusercontent.com/evrendev/four-card-feature-section/main/screens/mobile-screen.jpg)\n\n### Links\n\n- Solution URL: [@github](https://github.com/evrendev/four-card-feature-section)\n- Live Site URL: [@github pages](https://evrendev.github.io/four-card-feature-section/)\n\n### Setup\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n\n## My process\n\nI started by reviewing the design specification. I then started markup knowing that the mobile and desktop layouts would use the same cards, with different page layouts. From there, I stated the styling with mobile-first workflow and then created two media queries to handle the transition from the mobile to the desktop layouts.\n\n### Built with\n\n- Vue3 with Vite\n- Semantic HTML5 markup\n- Mobile-first workflow\n- SCSS preprocessing\n- CSS custom properties\n- Grid\n- Flexbox\n\n### What I learned\n\nThis project was an excellent excercise in CSS grid and I learned how CSS grid made the layout of the individual card and the page significantly easier than traditional CSS. I learned how to use minmax, auto, and 1fr to make the page flow from mobile-first to the desktop.\n\n### Continued development\n\nI am looking forward to the next project to build on the CSS grid experience and to add JavaScript for an additional challenge.\n\n### Useful resources\n\n- [Kevin Powell](https://www.kevinpowell.co/) - Kevin Powell is an excellent teacher and I relied heavily on the notes that I took from his CSS courses taught on scrimba.com.\n- [A Complete Guide to Grid ](https://css-tricks.com/snippets/css/complete-guide-grid/) - I have found css.tricks.com to be a valuable resourse for grid, flexbox, and all things CSS.\n\n## Author\n\n- Frontend Mentor - [@evrendev](https://www.frontendmentor.io/profile/evrendev)\n- Github - [@evrendev](https://github.com/evrendev)\n- Twitter - [@evrendev](https://www.twitter.com/evrendev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrendev%2Ffour-card-feature-section","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevrendev%2Ffour-card-feature-section","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrendev%2Ffour-card-feature-section/lists"}