{"id":21682098,"url":"https://github.com/evrendev/interactive-rating-component","last_synced_at":"2026-04-13T15:31:14.141Z","repository":{"id":258156678,"uuid":"586971531","full_name":"evrendev/interactive-rating-component","owner":"evrendev","description":"Frontend Mentor | Interactive rating component","archived":false,"fork":false,"pushed_at":"2023-01-10T07:51:25.000Z","size":288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T10:51:55.078Z","etag":null,"topics":["animation-css","css","flexbox","frontend-mentor","scss","vue"],"latest_commit_sha":null,"homepage":"https://evrendev.github.io/interactive-rating-component/","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-09T16:58:20.000Z","updated_at":"2023-01-12T07:39:40.000Z","dependencies_parsed_at":"2024-10-17T21:38:40.647Z","dependency_job_id":null,"html_url":"https://github.com/evrendev/interactive-rating-component","commit_stats":null,"previous_names":["evrendev/interactive-rating-component"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evrendev/interactive-rating-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Finteractive-rating-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Finteractive-rating-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Finteractive-rating-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Finteractive-rating-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evrendev","download_url":"https://codeload.github.com/evrendev/interactive-rating-component/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Finteractive-rating-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["animation-css","css","flexbox","frontend-mentor","scss","vue"],"created_at":"2024-11-25T15:33:03.003Z","updated_at":"2026-04-13T15:31:14.104Z","avatar_url":"https://github.com/evrendev.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Interactive rating component solution\n\nThis is a solution to the [Interactive rating component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/interactive-rating-component-koxpeBUmI). 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/interactive-rating-component/main/screens/desktop-screen.jpg)\n![mobile image](https://raw.githubusercontent.com/evrendev/interactive-rating-component/main/screens/mobile-screen.jpg)\n\n### Links\n\n- Solution URL: [@github](https://github.com/evrendev/interactive-rating-component)\n- Live Site URL: [@github pages](https://evrendev.github.io/interactive-rating-component/)\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- 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 Flexbox ](https://css-tricks.com/snippets/css/a-guide-to-flexbox//) - I have found css.tricks.com to be a valuable resourse for 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%2Finteractive-rating-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevrendev%2Finteractive-rating-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrendev%2Finteractive-rating-component/lists"}