{"id":23377574,"url":"https://github.com/mayen007/results-summary-component","last_synced_at":"2026-04-22T21:33:34.902Z","repository":{"id":261199858,"uuid":"883578516","full_name":"Mayen007/Results-Summary-Component","owner":"Mayen007","description":"A responsive summary component displaying user performance scores with category breakdowns, gradients, and shadows. Built with HTML, CSS, and JavaScript for Frontend Mentor challenge.","archived":false,"fork":false,"pushed_at":"2024-11-05T22:44:35.000Z","size":577,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T04:33:08.650Z","etag":null,"topics":["beginner-code","beginner-friendly","css-flexbox","custom-css","json","responsive-layout"],"latest_commit_sha":null,"homepage":"https://mayen007.github.io/Results-Summary-Component/","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/Mayen007.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-05T08:04:39.000Z","updated_at":"2024-11-05T22:44:38.000Z","dependencies_parsed_at":"2024-11-05T09:19:19.713Z","dependency_job_id":"c99252a3-dac1-4db5-b086-802e16a3ef85","html_url":"https://github.com/Mayen007/Results-Summary-Component","commit_stats":null,"previous_names":["mayen007/results-summary-component"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mayen007/Results-Summary-Component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayen007%2FResults-Summary-Component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayen007%2FResults-Summary-Component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayen007%2FResults-Summary-Component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayen007%2FResults-Summary-Component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mayen007","download_url":"https://codeload.github.com/Mayen007/Results-Summary-Component/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayen007%2FResults-Summary-Component/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263066557,"owners_count":23408387,"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":["beginner-code","beginner-friendly","css-flexbox","custom-css","json","responsive-layout"],"created_at":"2024-12-21T18:15:53.580Z","updated_at":"2026-04-22T21:33:34.874Z","avatar_url":"https://github.com/Mayen007.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Results Summary Component Solution\n\nThis is my solution to the [Results Summary Component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/results-summary-component-CE_K6s0maV). This project allowed me to practice my frontend skills with HTML, CSS, and responsive design.\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 interface depending on their device's screen size.\n- See hover and focus states for all interactive elements on the page.\n- **Bonus**: Use local JSON data to dynamically populate the content.\n\n### Screenshot\n\n![Solution Screenshot](./assets/images/desktop-view.png)\n\n### Links\n\n- [Solution URL](https://your-solution-url.com)\n- [Live Site URL](https://mayen007.github.io/Results-Summary-Component/)\n\n## My Process\n\n### Built With\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- Mobile-first workflow\n\n### What I Learned\n\nThrough this project, I practiced using **CSS custom properties** for theme consistency and **Flexbox** for responsive layouts. Additionally, I applied **CSS gradients** and **inset shadows** to create depth in the score display component.\n\nHere’s a snippet showing the CSS for the score display depth effect:\n\n```css\n.result-display {\n  background: linear-gradient(to bottom, var(--light-slate-blue-bg), var(--light-royal-blue-bg));\n  box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.25);\n}\n```\n### Continued Development\n\nI plan to continue focusing on:\n\n- Enhancing responsive design techniques for complex layouts.\n- Experimenting with CSS animations and transitions to improve UI/UX.\n- Furthering my JavaScript skills to dynamically populate content from JSON data.\n\n### Useful Resources\n\n- [CSS Tricks - Inset Shadows](https://css-tricks.com/almanac/properties/b/box-shadow/#inset-shadows) - This helped me understand how to create inset shadows for depth.\n- [Frontend Mentor Slack Community](https://www.frontendmentor.io/slack) - The community feedback helped me refine my solution, especially in CSS styling.\n\n### Author\n\n- **Website** - [Github](https://github.com/Mayen007)\n- **Frontend Mentor** - [Frontend Mentor](https://www.frontendmentor.io/profile/Mayen007)\n\n### Acknowledgments\n\nThanks to the Frontend Mentor community for their feedback and insights, which helped improve this project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayen007%2Fresults-summary-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayen007%2Fresults-summary-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayen007%2Fresults-summary-component/lists"}