{"id":31134296,"url":"https://github.com/haquanq-frontendmentor/browser-extensions-manager-ui","last_synced_at":"2026-05-04T00:31:22.239Z","repository":{"id":314534604,"uuid":"1055896205","full_name":"haquanq-frontendmentor/browser-extensions-manager-ui","owner":"haquanq-frontendmentor","description":"Solution for frontendmentor.io challenge: browser-extensions-manager-ui","archived":false,"fork":false,"pushed_at":"2025-11-02T09:28:56.000Z","size":4562,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-02T11:36:39.037Z","etag":null,"topics":["bem-css","frontendmentor","frontendmentor-junior","junior","postcss"],"latest_commit_sha":null,"homepage":"https://haquanq-frontendmentor.github.io/browser-extensions-manager-ui/","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/haquanq-frontendmentor.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-13T02:01:25.000Z","updated_at":"2025-11-02T09:28:59.000Z","dependencies_parsed_at":"2025-09-13T04:11:16.256Z","dependency_job_id":"bf872971-97f9-4808-92c8-25d1ace83a86","html_url":"https://github.com/haquanq-frontendmentor/browser-extensions-manager-ui","commit_stats":null,"previous_names":["haquanq-frontendmentor/browser-extensions-manager-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haquanq-frontendmentor/browser-extensions-manager-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haquanq-frontendmentor%2Fbrowser-extensions-manager-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haquanq-frontendmentor%2Fbrowser-extensions-manager-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haquanq-frontendmentor%2Fbrowser-extensions-manager-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haquanq-frontendmentor%2Fbrowser-extensions-manager-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haquanq-frontendmentor","download_url":"https://codeload.github.com/haquanq-frontendmentor/browser-extensions-manager-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haquanq-frontendmentor%2Fbrowser-extensions-manager-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["bem-css","frontendmentor","frontendmentor-junior","junior","postcss"],"created_at":"2025-09-18T06:51:31.915Z","updated_at":"2026-05-04T00:31:22.229Z","avatar_url":"https://github.com/haquanq-frontendmentor.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Frontend Mentor - Browser Extensions Manager UI Solution\n\nThis is a solution to the [Browser extensions manager UI challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/browser-extension-manager-ui-yNZnOfsMAp). Frontend Mentor challenges help you improve your coding skills by building realistic projects.\n\n\u003cp\u003e\n  \u003ca href=\"https://www.frontendmentor.io/solutions/dynamic-rendering-using-vanilla-jsts-mobile-first-responsive-hz3HLTQIHW\"\u003e\n    \u003cimg\n      alt=\"Solution post\"\n      src=\"https://img.shields.io/badge/Frontendmentor-blue?label=Solution%20on\"\n    /\u003e\u003c/a\u003e\n  \u003ca href=\"https://haquanq-frontendmentor.github.io/browser-extensions-manager-ui/\"\u003e\n    \u003cimg\n      alt=\"Live demo\"\n      src=\"https://img.shields.io/badge/Demo-teal?label=Live\"\n    /\u003e\u003c/a\u003e\n  \u003ca href=\"./LICENSE\"\n    \u003e\u003cimg\n      allt=\"MIT License\"\n      src=\"https://img.shields.io/badge/MIT-blue?label=license\"\n  /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![](./docs/preview.jpg)\n\n## Table of Contents\n\n- [Project Overview](#sunrise-project-overview)\n- [Tech Stack and Approach](#stars-tech-stack-and-approach)\n- [Local Development](#leaves-local-development)\n- [Deployment](#maple_leaf-deployment)\n\n## :sunrise: Project Overview\n\n### Challenge Requirements\n\n- Toggle extensions between active and inactive states\n- Filter active and inactive extensions\n- Remove extensions from the list\n- Select their color theme\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### Status\n\nFeatures\n\n- [x] Remove, toggle extensions\n\nAccessibility\n\n- [x] Responsive accross different screen sizes\n- [x] Interactive elements have clear focus indicator\n\n## :stars: Tech Stack and Approach\n\n### Built With\n\n- **HTML5** – Semantic structure\n- **CSS Grid \u0026 Flexbox** – Layout\n- **PostCSS** – Nested rules, custom media queries, future CSS features, minification\n- **Stylelint** – CSS linting, code style consistency\n- **TypeScript** - Interactivity and application logic\n- **Vite** - Fast development server, production build and easy configuration\n\n### Approach\n\n- Mobile-first workflow for better performance on smaller devices\n- Accessibility guided by [ARIA Authoring Practices Guide (APG)](https://www.w3.org/WAI/ARIA/apg/)\n\n## :leaves: Local Development\n\n### Prerequisites\n\nInstall the following:\n\n- Git (latest version)\n- Node.js (latest LTS recommended)\n- pnpm (latest version)\n\n### Setup\n\n```\ngit clone https://github.com/haquanq-frontendmentor/browser-extensions-manager-ui.git\ncd browser-extensions-manager-ui\npnpm install\n```\n\n### Start Development Server\n\n```\npnpm dev\n```\n\n## :maple_leaf: Deployment\n\nDeployed to Github Pages via Github Action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaquanq-frontendmentor%2Fbrowser-extensions-manager-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaquanq-frontendmentor%2Fbrowser-extensions-manager-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaquanq-frontendmentor%2Fbrowser-extensions-manager-ui/lists"}