{"id":16161721,"url":"https://github.com/bartek532/ecommerce-sofa","last_synced_at":"2026-02-14T21:03:53.374Z","repository":{"id":41348941,"uuid":"366456162","full_name":"Bartek532/ecommerce-sofa","owner":"Bartek532","description":"Scalable template for building e-commerce shops  🛒","archived":false,"fork":false,"pushed_at":"2021-08-19T12:53:00.000Z","size":1041,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T19:22:30.624Z","etag":null,"topics":["cypress","datocms","firebase","html","jest","nextjs","react","react-testing-library","scss","stripe","testing","typescript"],"latest_commit_sha":null,"homepage":"https://ecommerce-sofa.vercel.app","language":"TypeScript","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/Bartek532.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}},"created_at":"2021-05-11T17:00:30.000Z","updated_at":"2024-11-01T07:26:16.000Z","dependencies_parsed_at":"2022-08-10T01:54:49.750Z","dependency_job_id":null,"html_url":"https://github.com/Bartek532/ecommerce-sofa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bartek532/ecommerce-sofa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartek532%2Fecommerce-sofa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartek532%2Fecommerce-sofa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartek532%2Fecommerce-sofa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartek532%2Fecommerce-sofa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bartek532","download_url":"https://codeload.github.com/Bartek532/ecommerce-sofa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bartek532%2Fecommerce-sofa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29455601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cypress","datocms","firebase","html","jest","nextjs","react","react-testing-library","scss","stripe","testing","typescript"],"created_at":"2024-10-10T02:26:50.694Z","updated_at":"2026-02-14T21:03:53.341Z","avatar_url":"https://github.com/Bartek532.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"https://i.ibb.co/YPC75VD/furniture-sofa-logo.png\" alt=\"app logo\" width=\"100%\"/\u003e\n\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eFurniture? Sofa! - e-commerce furniture store project\u003c/h4\u003e\n\n## Project Overview 🎨\n\nThis app is a project for e-commerce furniture store. Made with [SSG](https://www.netlify.com/blog/2020/04/14/what-is-a-static-site-generator-and-3-ways-to-find-the-best-one/) provides very good User Experience. App includes authentication and logged user can choose from many offers, which are fetched from [headless CMS](https://en.wikipedia.org/wiki/Headless_content_management_system). When you find something not working open an [issue](https://github.com/Bartek532/ecommerce-sofa/issues) or directly make a [pull request](https://github.com/Bartek532/ecommerce-sofa/pulls). Enjoy!\n\n## Tech/framework used 🧰\n\n| Tech                                                                                   | Description                                                         |\n| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |\n| [Typescript](https://www.typescriptlang.org/)                                          | Javascript superset language                                        |\n| [React](https://reactjs.org/)                                                          | Library for building user interfaces                                |\n| [Next](https://nextjs.org)                                                             | Powerful React Framework                                            |\n| [Context API](https://reactjs.org/docs/context.html)                                   | React structure that enables to share data with multiple components |\n| [SCSS](https://sass-lang.com)                                                          | CSS with superpowers                                                |\n| [Styled Components](https://styled-components.com)                                     | CSS-in-JS styling framework                                         |\n| [Firebase](https://firebase.google.com)                                                | Powerful for apps that don't use backend (e. g. for authentication) |\n| [React Hook Form](https://react-hook-form.com)                                         | Forms with easy-to-use validation                                   |\n| [React Select](https://react-select.com)                                               | React library for creating beatiful select inputs                   |\n| [Stripe](https://stripe.com)                                                           | Library for easy payment processing                                 |\n| [DatoCMS](https://www.datocms.com)                                                     | Complete, user-friendly and performant Headless CMS                 |\n| [Jest](https://jestjs.io)                                                              | Javascript Testing Framework                                        |\n| [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) | Useful for testing React components                                 |\n| [Cypress](https://www.cypress.io/)                                                     | Next generation testing tool (I used it for e2e testing)            |\n\n## Performance 💨\n\n\u003cimg src=\"https://i.ibb.co/xLNQPzx/ecommerce-sofa-lighthouse.png\" alt=\"furniture? sofa! - lighthouse stats\" \u003e\n\n\u003cbr/\u003e\n\n\u003cimg src=\"https://i.ibb.co/hZLNdYj/ecommerce-sofa-vercel.png\" alt=\"furniture? sofa! - vercel stats\" \u003e\n\n## Installation 💿\n\n```bash\n\ngit clone https://github.com/Bartek532/ecommerce-sofa.git\n\nnpm install\n\n# set up environment variables\n\nnpm run start\n\n```\n\n## Live 🎆\n\nhttps://ecommerce-sofa.vercel.app\n\n## Credentials 💳\n\nIf you don't want to register but you want to see the app in its full glory, use this data:\n\n- Email: test@gmail.com\n- Password: Te$$t1ng\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartek532%2Fecommerce-sofa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartek532%2Fecommerce-sofa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartek532%2Fecommerce-sofa/lists"}