{"id":25075046,"url":"https://github.com/dentednerd/fm-bootcamp-testimonials","last_synced_at":"2026-01-11T05:41:35.158Z","repository":{"id":95786683,"uuid":"354835213","full_name":"dentednerd/fm-bootcamp-testimonials","owner":"dentednerd","description":"A solution to the Coding bootcamp testimonials slider challenge on Frontend Mentor.","archived":false,"fork":false,"pushed_at":"2021-04-05T13:04:01.000Z","size":2008,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T00:32:11.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/dentednerd.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":"2021-04-05T12:58:31.000Z","updated_at":"2021-04-05T13:04:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"532c75c6-78b9-4bc3-8ef7-fb4c14665f5e","html_url":"https://github.com/dentednerd/fm-bootcamp-testimonials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dentednerd%2Ffm-bootcamp-testimonials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dentednerd%2Ffm-bootcamp-testimonials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dentednerd%2Ffm-bootcamp-testimonials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dentednerd%2Ffm-bootcamp-testimonials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dentednerd","download_url":"https://codeload.github.com/dentednerd/fm-bootcamp-testimonials/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246542255,"owners_count":20794192,"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":[],"created_at":"2025-02-07T00:29:51.948Z","updated_at":"2026-01-11T05:41:35.132Z","avatar_url":"https://github.com/dentednerd.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Coding bootcamp testimonials slider solution\n\nThis is a solution to the [Coding bootcamp testimonials slider challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/coding-bootcamp-testimonials-slider-4FNyLA8JL). 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- [Author](#author)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for the component depending on their device's screen size\n- Navigate the slider using either their mouse/trackpad or keyboard\n\n### Screenshot\n\n![](./screenshot.png)\n\n### Links\n\n- Solution URL: [https://www.frontendmentor.io/solutions/coding-bootcamp-testimonials-solution-using-sass-DungPw5JD](https://www.frontendmentor.io/solutions/coding-bootcamp-testimonials-solution-using-sass-DungPw5JD)\n- Live Site URL: [https://dentednerd.github.io/fm-bootcamp-testimonials/](https://dentednerd.github.io/fm-bootcamp-testimonials/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- Mobile-first workflow\n\n### What I learned\n\nThis would have been a lot easier with React, and its useState hook. I would have had a lot more room for animations. As it stands, my Javascript solution can only two entries and toggling the visibility of each.\n\n```js\nconst slide = () =\u003e {\n  var elements = document.getElementsByClassName('visible');\n  Array.from(elements).forEach((element) =\u003e {\n    Array.from(element.parentNode.childNodes).forEach((sibling) =\u003e {\n      sibling.classList \u0026\u0026 sibling.classList.toggle('visible');\n    });\n  });\n}\n```\n\n## Author\n\n- Website - [Joey Imlay](https://joeyimlay.dev)\n- Frontend Mentor - [@dentednerd](https://www.frontendmentor.io/profile/dentednerd)\n- Twitter - [@dentednerd](https://www.twitter.com/dentednerd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentednerd%2Ffm-bootcamp-testimonials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdentednerd%2Ffm-bootcamp-testimonials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentednerd%2Ffm-bootcamp-testimonials/lists"}