{"id":25478641,"url":"https://github.com/poomcha/frontendmentor-interactiveratingcomponent","last_synced_at":"2026-05-02T01:35:36.589Z","repository":{"id":203135729,"uuid":"472803612","full_name":"Poomcha/frontendmentor-interactiveratingcomponent","owner":"Poomcha","description":"An interactive rating component using vue3.","archived":false,"fork":false,"pushed_at":"2022-05-09T16:21:04.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-23T17:31:29.837Z","etag":null,"topics":["css3","html5","radio-buttons","vuejs"],"latest_commit_sha":null,"homepage":"https://poomcha.github.io/frontendmentor-interactiveratingcomponent/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Poomcha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-03-22T14:26:49.000Z","updated_at":"2023-10-23T17:31:31.537Z","dependencies_parsed_at":null,"dependency_job_id":"992eabee-5c27-463a-8b5d-be24ee29dbf8","html_url":"https://github.com/Poomcha/frontendmentor-interactiveratingcomponent","commit_stats":null,"previous_names":["poomcha/frontendmentor-interactiveratingcomponent"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poomcha%2Ffrontendmentor-interactiveratingcomponent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poomcha%2Ffrontendmentor-interactiveratingcomponent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poomcha%2Ffrontendmentor-interactiveratingcomponent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poomcha%2Ffrontendmentor-interactiveratingcomponent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Poomcha","download_url":"https://codeload.github.com/Poomcha/frontendmentor-interactiveratingcomponent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239493707,"owners_count":19647995,"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":["css3","html5","radio-buttons","vuejs"],"created_at":"2025-02-18T14:53:25.095Z","updated_at":"2025-11-06T12:30:28.500Z","avatar_url":"https://github.com/Poomcha.png","language":"CSS","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- [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## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for the app depending on their device's screen size\n- See hover states for all interactive elements on the page\n- Select and submit a number rating\n- See the \"Thank you\" card state after submitting a rating\n\n### Screenshot\n\n![](./screenshot.png)\n\n### Links\n\n- Solution URL: [https://github.com/Poomcha/frontendmentor-interactiveratingcomponent.git]\n- Live Site URL: [https://poomcha.github.io/frontendmentor-interactiveratingcomponent/]\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- Mobile-first workflow\n- [Vue](https://vuejs.org/) - JS Framework\n\n### What I learned\n\nDisplaying customs radio buttons :\n\n```css\n.rating-radio-btn {\n  display: none;\n}\n\n.rating-radio-btn + .rating-label {\n  width: 100%;\n  height: 100%;\n  margin: auto;\n  cursor: pointer;\n  border-radius: 100%;\n  background-color: hsl(213, 19%, 18%);\n  display: flex;\n  color: hsl(217, 12%, 63%);\n}\n.rating-radio-btn + .rating-label:hover {\n  background-color: hsl(25, 97%, 53%);\n}\n\n.rating-radio-btn + .rating-label span {\n  margin: auto;\n}\n\n.rating-radio-btn + .rating-label:hover span {\n  color: hsl(0, 0%, 100%);\n}\n.rating-radio-btn:checked + .rating-label {\n  background-color: hsl(217, 12%, 63%);\n}\n\n.rating-radio-btn:checked + .rating-label span {\n  color: hsl(0, 0%, 100%);\n}\n```\n\n### Continued development\n\n### Useful resources\n\n- [Styling Radios Buttons](https://www.sliderrevolution.com/resources/styling-radio-buttons/) - This helped me for styling the radios buttons. I really liked this pattern and will use it going forward.\n\n## Author\n\n- Website - [My Github](https://github.com/Poomcha)\n- Frontend Mentor - [@poomcha](https://www.frontendmentor.io/profile/poomcha)\n\n## Acknowledgments\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoomcha%2Ffrontendmentor-interactiveratingcomponent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoomcha%2Ffrontendmentor-interactiveratingcomponent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoomcha%2Ffrontendmentor-interactiveratingcomponent/lists"}