{"id":20452640,"url":"https://github.com/lamba01/e-commerce-product-page","last_synced_at":"2026-04-21T13:31:57.239Z","repository":{"id":159698810,"uuid":"552945065","full_name":"lamba01/E-Commerce-product-page","owner":"lamba01","description":"A page for e-commerce websites","archived":false,"fork":false,"pushed_at":"2023-07-03T22:54:07.000Z","size":1070,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T09:48:04.354Z","etag":null,"topics":["css3","ecommerce","ecommerce-website","productpage","responsive-design"],"latest_commit_sha":null,"homepage":"https://commerceproduct-pages.netlify.app/","language":"CSS","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/lamba01.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":"2022-10-17T13:23:24.000Z","updated_at":"2023-07-18T09:17:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"4165a621-4bce-44ac-b0e8-0b47174de593","html_url":"https://github.com/lamba01/E-Commerce-product-page","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lamba01/E-Commerce-product-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamba01%2FE-Commerce-product-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamba01%2FE-Commerce-product-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamba01%2FE-Commerce-product-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamba01%2FE-Commerce-product-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamba01","download_url":"https://codeload.github.com/lamba01/E-Commerce-product-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamba01%2FE-Commerce-product-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32094366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"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":["css3","ecommerce","ecommerce-website","productpage","responsive-design"],"created_at":"2024-11-15T11:09:52.138Z","updated_at":"2026-04-21T13:31:57.219Z","avatar_url":"https://github.com/lamba01.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Commerce-product-page\nA page for e-commerce websites\n# Frontend Mentor - E-commerce product page solution\n\nThis is a solution to the [E-commerce product page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/ecommerce-product-page-UPsZ9MJp6). 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- [Acknowledgments](#acknowledgments)\n\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for the site depending on their device's screen size\n- See hover states for all interactive elements on the page\n- Open a lightbox gallery by clicking on the large product image\n- Switch the large product image by clicking on the small thumbnail images\n- Add items to the cart\n- View the cart and remove items from it\n\n### Screenshot\n\n![](/E-commerce product page/screenshot7.png)\n\n\n\n### Links\n\n- Solution URL: [ solution URL ](https://github.com/lamba01/E-Commerce-product-page)\n- Live Site URL: [ live site URL](https://commerceproduct-pages.netlify.app/)\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\n### What I learned\n\n\n\n```js\nfunction showSlides(n) {\n  var i;\n  var dots = document.getElementsByClassName(\"demo\");\n  var slides = document.getElementsByClassName(\"mySlides\");\n  if (n \u003e slides.length) {slideIndex = 1}\n  if (n \u003c 1) {slideIndex = slides.length}\n  for (i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n  for (i = 0; i \u003c dots.length; i++) {\n    dots[i].className = dots[i].className.replace(\" active\", \"\");\n  }\n  slides[slideIndex-1].style.display = \"block\";\n  dots[slideIndex-1].className += \" active\";\n}\n```\n\n\n### Continued development\nI hope to be able to implement more E-Commerce design functionalities with JavaScript in the future.\n\n\n## Author\n\n- Website - [Add your name here](https://www.your-site.com)\n- Frontend Mentor - [@lamba01](https://www.frontendmentor.io/profile/lamba01)\n- Twitter - [@lambacodes](https://www.twitter.com/lambacodes)\n\n\n## Acknowledgments\n\nThanks to myself for continuing the journey. The sky is the limit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamba01%2Fe-commerce-product-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamba01%2Fe-commerce-product-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamba01%2Fe-commerce-product-page/lists"}