{"id":25832784,"url":"https://github.com/ompreetham/testimonials-grid-section","last_synced_at":"2026-04-11T12:41:38.927Z","repository":{"id":230963750,"uuid":"780575340","full_name":"OmPreetham/testimonials-grid-section","owner":"OmPreetham","description":"\"Testimonials Grid Section\" challenge from Frontend Mentor.io. ","archived":false,"fork":false,"pushed_at":"2024-04-17T02:07:06.000Z","size":2617,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T23:47:18.375Z","etag":null,"topics":["bem","css","front-end","front-end-development","frontend","frontend-mentor","frontendmentor-challenge","html","junior","react","render","sass","scss","testimonials-grid","testimonials-grid-section","vite","website"],"latest_commit_sha":null,"homepage":"https://ompreetham.github.io/testimonials-grid-section/","language":"SCSS","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/OmPreetham.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-04-01T19:00:21.000Z","updated_at":"2024-04-17T02:04:55.000Z","dependencies_parsed_at":"2024-04-01T20:44:36.057Z","dependency_job_id":"4b3c700e-3f50-4410-bae1-703c54a59fcf","html_url":"https://github.com/OmPreetham/testimonials-grid-section","commit_stats":null,"previous_names":["ompreetham/testimonials-grid-section"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OmPreetham/testimonials-grid-section","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Ftestimonials-grid-section","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Ftestimonials-grid-section/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Ftestimonials-grid-section/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Ftestimonials-grid-section/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmPreetham","download_url":"https://codeload.github.com/OmPreetham/testimonials-grid-section/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmPreetham%2Ftestimonials-grid-section/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270644755,"owners_count":24621332,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":["bem","css","front-end","front-end-development","frontend","frontend-mentor","frontendmentor-challenge","html","junior","react","render","sass","scss","testimonials-grid","testimonials-grid-section","vite","website"],"created_at":"2025-02-28T21:48:50.315Z","updated_at":"2025-10-18T05:02:12.581Z","avatar_url":"https://github.com/OmPreetham.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testimonials Grid Section Challenge\n\nThis repository contains my solution to the \"Testimonials Grid Section\" challenge from Frontend Mentor.io. The challenge is to build out a testimonials grid section according to the provided design and requirements.\n\n## Challenge Description\n\nThe challenge is to create a testimonials grid section based on the provided design files. It should be responsive, meaning it should work well on desktops, tablets, and mobile devices. The design includes both desktop and mobile layouts.\n\n## Features\n\n- Responsive design that adapts to various screen sizes.\n- Testimonials cards with appropriate styling.\n- BEM naming convention for CSS classes.\n- Utilization of SCSS for efficient styling and modularity.\n\n### Previews\n\nDesktop\n\n![Desktop Preview](/public/preview-desktop.png)\n\nTablet\n\n![Tablet Preview](/public/preview-tablet.png)\n\nMobile\n\n![Mobile Preview](/public/preview-mobile.png)\n\n## Getting Started\n\nFollow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nMake sure you have Node.js and npm (or yarn) installed on your machine.\n\n### Installation\n\n1. Clone this repository to your local machine using the following command:\n\n   ```\n   git clone https://github.com/OmPreetham/testimonials-grid-section.git\n   ```\n\n1. Navigate into the project directory:\n\n   ```\n   cd testimonials-grid-section\n   ```\n\n1. Install dependencies using npm:\n\n   ```\n   npm install\n   ```\n\n## Usage\n\nTo run the project, use the following command:\n\n```\nnpm run dev\n```\n\nThis will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.\n\n## Build\n\nTo build the project for production, use the following command:\n\n```\nnpm run build\n```\n\nThis will start a development server and open the project in your default web browser. Any changes you make to the source code will be hot-reloaded, meaning you can see the updates in real-time.\n\n## Build\n\nTo build the project for production, use the following command:\n\nThis will create an optimized build of the project in the `dist` directory.\n\n## Additional Information\n\n- This project was scaffolded using Vite, a blazing fast frontend build tool.\n- It uses React for building the user interface.\n- Feel free to customize the project according to your needs.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fompreetham%2Ftestimonials-grid-section","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fompreetham%2Ftestimonials-grid-section","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fompreetham%2Ftestimonials-grid-section/lists"}