{"id":19904439,"url":"https://github.com/triple-ade/react_rating_component","last_synced_at":"2026-04-18T04:01:42.800Z","repository":{"id":162166505,"uuid":"636724788","full_name":"TRIPLE-ADE/react_rating_component","owner":"TRIPLE-ADE","description":"This is a frontend mentor challenge built with react and vanilla css","archived":false,"fork":false,"pushed_at":"2023-05-06T15:53:47.000Z","size":222,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T19:25:31.236Z","etag":null,"topics":["react-hooks","reactjs","usestate","vanilla-css"],"latest_commit_sha":null,"homepage":"https://react-rating-site.netlify.app/","language":"JavaScript","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/TRIPLE-ADE.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-05-05T13:53:04.000Z","updated_at":"2023-05-05T16:46:28.000Z","dependencies_parsed_at":"2024-11-12T20:41:26.879Z","dependency_job_id":null,"html_url":"https://github.com/TRIPLE-ADE/react_rating_component","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TRIPLE-ADE/react_rating_component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Freact_rating_component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Freact_rating_component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Freact_rating_component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Freact_rating_component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TRIPLE-ADE","download_url":"https://codeload.github.com/TRIPLE-ADE/react_rating_component/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TRIPLE-ADE%2Freact_rating_component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["react-hooks","reactjs","usestate","vanilla-css"],"created_at":"2024-11-12T20:28:27.798Z","updated_at":"2026-04-18T04:01:42.783Z","avatar_url":"https://github.com/TRIPLE-ADE.png","language":"JavaScript","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- [Author](#author)\n\n**Note: Delete this note and update the table of contents based on what sections you keep.**\n\n## Overview\nThe Interactive rating component is a site that allow users to select a rating and submit. They would be a page to appreciate user and display the rating value they selected.\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![](./src/designs/screencapture-localhost-5173-2023-05-05-17_52_49.png)\n![](./src/designs/screencapture-localhost-5173-2023-05-05-17_53_15.png)\n![](./src/designs/screencapture-localhost-5173-2023-05-05-17_54_11.png)\n\n\n### Links\n\n- Solution URL: [Add solution URL here](https://github.com/TRIPLE-ADE/react_rating_component)\n- Live Site URL: [Add live site URL here](https://react-rating-site.netlify.app/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- Mobile-first workflow\n- [React](https://reactjs.org/) - JS library\n\n### What I learned\n\nUse this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.\n\nTo see how you can add code snippets, see below:\n\n```html\n\u003ch1\u003eSome HTML code I'm proud of\u003c/h1\u003e\n```\n```css\n*{\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n:root{\n  --White: hsl(0, 0%, 100%);\n  --Light-Grey: hsl(217, 12%, 63%);\n  --Medium-Grey: hsl(216, 12%, 54%);\n  --Dark-Blue: hsl(213, 19%, 18%);\n  --Very-Dark-Blue: hsl(216, 12%, 8%);\n  --orange:hsl(25, 97%, 53%);\n  --AlphaBlue:hsla(216, 12%, 8%, 0.4);\n  --font-family: 'Overpass', sans-serif;\n}\nhtml{\n  font-size: 15px;\n  font-family: var(--font-family);\n}\n```\n```js\n  const [value, setValue] = useState('')\n  const [display, setDisplay] = useState(false)\n\n  const handleClick = (event)=\u003e {\n    setValue(event.target.textContent)\n  }\n  const handleSubmit = () =\u003e {\n   if(value !== ''){\n    setDisplay(true)\n   } \n  }\n```\n\n### Continued development\n\nUse this section to outline areas that you want to continue focusing on in future projects. These could be concepts you're still not completely comfortable with or techniques you found useful that you want to refine and perfect.\n\n- React Hook\n- Higher order components\n- State management\n\n## Author\n\n- Website - [React Rating Component](https://github.com/TRIPLE-ADE/react_rating_component)\n- Frontend Mentor - [@TRIPLE-ADE](https://www.frontendmentor.io/profile/TRIPLE-ADE)\n- Twitter - [@Triple123A](https://www.twitter.com/Triple123A)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriple-ade%2Freact_rating_component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftriple-ade%2Freact_rating_component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriple-ade%2Freact_rating_component/lists"}