{"id":21829151,"url":"https://github.com/thomasjonstrup/product-list-with-cart","last_synced_at":"2026-05-19T03:53:18.697Z","repository":{"id":248705110,"uuid":"829465697","full_name":"thomasjonstrup/product-list-with-cart","owner":"thomasjonstrup","description":"Frontend Mentor challenge with Svelte","archived":false,"fork":false,"pushed_at":"2024-07-17T11:37:33.000Z","size":4995,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T08:42:36.641Z","etag":null,"topics":["frontend-mentor-challenge","svelte","sveltekit","tailwindcss"],"latest_commit_sha":null,"homepage":"https://product-list-with-cart-fm.netlify.app/","language":"Svelte","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/thomasjonstrup.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-07-16T13:35:06.000Z","updated_at":"2024-07-17T11:37:36.000Z","dependencies_parsed_at":"2024-11-27T18:37:05.332Z","dependency_job_id":null,"html_url":"https://github.com/thomasjonstrup/product-list-with-cart","commit_stats":null,"previous_names":["thomasjonstrup/product-list-with-cart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasjonstrup%2Fproduct-list-with-cart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasjonstrup%2Fproduct-list-with-cart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasjonstrup%2Fproduct-list-with-cart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasjonstrup%2Fproduct-list-with-cart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasjonstrup","download_url":"https://codeload.github.com/thomasjonstrup/product-list-with-cart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244800485,"owners_count":20512478,"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":["frontend-mentor-challenge","svelte","sveltekit","tailwindcss"],"created_at":"2024-11-27T18:24:01.095Z","updated_at":"2026-05-19T03:53:18.658Z","avatar_url":"https://github.com/thomasjonstrup.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Product list with cart solution\n\nThis is a solution to the [Product list with cart challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/product-list-with-cart-5MmqLVAp_d). Frontend Mentor challenges help you improve your coding skills by building realistic projects.\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/6e848499-9ef4-4f3c-9e21-46e05e1dccc1/deploy-status)](https://app.netlify.com/sites/product-list-with-cart-fm/deploys)\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  - [Useful resources](#useful-resources)\n- [Author](#author)\n- [Acknowledgments](#acknowledgments)\n\n**Note: Delete this note and update the table of contents based on what sections you keep.**\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- Add items to the cart and remove them\n- Increase/decrease the number of items in the cart\n- See an order confirmation modal when they click \"Confirm Order\"\n- Reset their selections when they click \"Start New Order\"\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### Screenshot\n\n![](./screenshot.jpg)\n\n### Links\n\n- Solution URL: [Add solution URL here](https://your-solution-url.com)\n- Live Site URL: [product-list-with-cart-fm.netlify.app](https://product-list-with-cart-fm.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- [Svelte](https://svelte.dev) - Svelte\n- [Svelte-kit](https://svelte.dev) - Svelte-kit framework\n- [Tailwind](https://tailwindcss.com) - For styles\n\n**Note: These are just examples. Delete this note and replace the list above with your own choices**\n\n### What I learned\n\nLearned more about Svelte and learning about their state management.\n\n### Useful resources\n\n- [Svelte docs](https://svelte.dev/docs) - This helped me with learning Svelte\n- [Tailwind](https://tailwindcss.com/docs) - This helped me with classes for tailwind\n\n## Author\n\n- Website - [Thomas Jonstrup](https://thomasjonstrup.dk)\n- Frontend Mentor -\n  [@thomasjonstrup](https://www.frontendmentor.io/profile/thomasjonstrup)\n  Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte).\n\n## Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Building\n\nTo create a production version of your app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\n\u003e To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasjonstrup%2Fproduct-list-with-cart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasjonstrup%2Fproduct-list-with-cart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasjonstrup%2Fproduct-list-with-cart/lists"}