{"id":19683752,"url":"https://github.com/blordeus/results-summary-component-main","last_synced_at":"2026-03-04T12:01:47.819Z","repository":{"id":167408422,"uuid":"643028962","full_name":"blordeus/results-summary-component-main","owner":"blordeus","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-21T15:48:32.000Z","size":662,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T07:59:26.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blordeus.github.io/results-summary-component-main/","language":"HTML","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/blordeus.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-19T23:01:27.000Z","updated_at":"2023-05-21T11:32:05.000Z","dependencies_parsed_at":"2023-07-07T21:31:59.338Z","dependency_job_id":null,"html_url":"https://github.com/blordeus/results-summary-component-main","commit_stats":null,"previous_names":["blordeus/results-summary-component-main"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blordeus/results-summary-component-main","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fresults-summary-component-main","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fresults-summary-component-main/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fresults-summary-component-main/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fresults-summary-component-main/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blordeus","download_url":"https://codeload.github.com/blordeus/results-summary-component-main/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fresults-summary-component-main/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30079565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T11:57:42.557Z","status":"ssl_error","status_checked_at":"2026-03-04T11:56:10.793Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-11T18:15:26.412Z","updated_at":"2026-03-04T12:01:47.806Z","avatar_url":"https://github.com/blordeus.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Results summary component solution\n\nThis is a solution to the [Results summary component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/results-summary-component-CE_K6s0maV). 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\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n* View the optimal layout for the interface depending on their device's screen size\n* See hover and focus states for all interactive elements on the page\n\n### Screenshot\n\n![](./screenshot.jpg)![FireShot Capture 004 - Frontend Mentor - Results summary component - 127.0.0.1.png](.media/img_0.png)\n![FireShot Mobile Capture 012 - Frontend Mentor - Results summary component - 127.0.0.1.png](.media/img_4.png)\n\n### Links\n\n* Solution URL: [Solution](https://www.frontendmentor.io/challenges/results-summary-component-CE_K6s0maV/hub)\n* Live Site URL: [Live Site](https://blordeus.github.io/results-summary-component-main/)\n\n## My process\n\n### Built with\n\n* Semantic HTML5 markup\n* CSS custom properties\n* Flexbox\n* CSS Grid\n* SASS\n* Mobile-first workflow\n* [Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/introduction/) \\- CSS framework\n\n### What I learned\n\nI learned how to use Bootstrap and SASS in order to complete a coding project. Bootstrap provided the grid system and components needed to recreate the structure of the project design while Sass made styling more efficient.\n\n``` html\n\u003cdiv class=\"col-12 reaction\"\u003e\n        \u003cdiv class=\"col-1 justify-content-start\"\u003e\n      \u003cimg src=\"./assets/images/icon-reaction.svg\" alt=\"reaction\"\u003e\n        \u003c/div\u003e\n        \u003cdiv class=\"col-1\"\u003e\n      Reaction\n        \u003c/div\u003e\n         \u003cdiv class=\"col-12 justify-content-right summarynumber\"\u003e\n          \u003cspan class=\"result-number-darknavy\"\u003e80\u003c/span\u003e \n          \u003cspan class=\"result-number-gray\"\u003e/ 100\u003c/span\u003e\n         \u003c/div\u003e\n    \u003c/div\u003e\n```\n\n``` css\n.reaction {\n  border-radius: 10px;\n  font-weight: 500;\n  padding: 20px 0px;\n  color: hsl(0, 100%, 67%);\n  background-color: hsla(0, 100%, 67%, 0.05);\n  display: flex;\n}\n```\n\n``` scss\n$font-stack: 'HankenGrotesk', sans-serif;\n$gradient: linear-gradient(180deg, rgba(105,67,255,1) 20%, rgba(47,44,233,1) 100%);\n$invert-gradient: linear-gradient(360deg, rgba(105, 67, 255, 0.123) 0%, rgba(13, 10, 146, 0.534) 100%);\n$left-text-color: rgb(202,201,255);\n$right-header: black;\n$right-rectangle: 10px;\n$rectangle-pad: 20px 0px;\n```\n\n### Continued development\n\nI want to continue learning more about Bootstrap and Sass so that I could better implement them in future projects. So far, Bootstrap contains my favorite toolkit for front end development.\n\n### Useful resources\n\n* [Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/introduction/) \\- Contained all the relevant docs needed to learn more about the framework and to complete the project\\.\n\n## Author\n\n* Frontend Mentor - [@blordeus](https://www.frontendmentor.io/profile/blordeus)\n* Twitter - [@bryancreates](https://www.twitter.com/bryancreates)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblordeus%2Fresults-summary-component-main","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblordeus%2Fresults-summary-component-main","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblordeus%2Fresults-summary-component-main/lists"}