{"id":20490583,"url":"https://github.com/mehmet-github06/react-shopping-cart-app","last_synced_at":"2026-04-18T12:02:32.254Z","repository":{"id":223371925,"uuid":"760143164","full_name":"Mehmet-github06/react-shopping-cart-app","owner":"Mehmet-github06","description":"This project I created with React includes a mock API used for simulating a shopping cart. This API simulates basic shopping operations such as listing products, adding items to the cart, and removing items from the cart.","archived":false,"fork":false,"pushed_at":"2024-02-19T21:39:19.000Z","size":8300,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T17:27:13.480Z","etag":null,"topics":["axios","axios-react","bootstrap5","font-awesome","html-css-javascript","mockapi","react","router-dom"],"latest_commit_sha":null,"homepage":"https://react-shopping-cart-app-inky.vercel.app","language":"JavaScript","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/Mehmet-github06.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}},"created_at":"2024-02-19T21:31:16.000Z","updated_at":"2024-02-19T21:41:24.000Z","dependencies_parsed_at":"2024-02-19T22:54:36.403Z","dependency_job_id":null,"html_url":"https://github.com/Mehmet-github06/react-shopping-cart-app","commit_stats":null,"previous_names":["mehmet-github06/react-shopping-cart-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mehmet-github06/react-shopping-cart-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-shopping-cart-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-shopping-cart-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-shopping-cart-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-shopping-cart-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mehmet-github06","download_url":"https://codeload.github.com/Mehmet-github06/react-shopping-cart-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-shopping-cart-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31967993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["axios","axios-react","bootstrap5","font-awesome","html-css-javascript","mockapi","react","router-dom"],"created_at":"2024-11-15T17:17:33.240Z","updated_at":"2026-04-18T12:02:32.195Z","avatar_url":"https://github.com/Mehmet-github06.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopping Cart\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./public/Animation.gif\" /\u003e\n\u003c/div\u003e\n\n## About the Project\n\nThis project I created with React includes a mock API used for simulating a shopping cart. This API simulates basic shopping operations such as listing products, adding items to the cart, and removing items from the cart.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Project Skeleton](#project-skeleton)\n- [Screenshots](#screenshots)\n\n## Live Demo\n\n[Shopping Cart](https://react-shopping-cart-app-inky.vercel.app/)\n\n## Features\n\n- Add any product you want to the shopping cart.\n- Delete any product from the cart.\n- Update any product in the cart.\n\n## Technologies Used\n\n- React\n- React Router Dom\n- [React Bootstrap](https://react-bootstrap.netlify.app/)\n- [Bootstrap](https://getbootstrap.com/)\n- Axios for API requests\n- [Mockapi](https://mockapi.io/) for data\n- Icons from [Font Awesome](https://fontawesome.com/icons)\n- Styling with CSS\n\n## Project Skeleton\n\n```\nShopping Cart (folder)\n|\n|----readme.md         \nSOLUTION\n├── public\n│     └── index.html\n├── src\n│   ├── App.js\n│   ├── assets\n│   │    └── [image]\n│   ├── components\n│   │    ├── CardTotal.jsx\n│   │    ├── Navbar.jsx\n│   │    ├── ProductCard.jsx\n│   │    └── ProductForm.jsx\n│   ├── index.css\n│   ├── index.js\n│   ├── router\n│   │    └── router.js\n│   └── pages\n│        ├── About.jsx\n│        ├── Main.jsx\n│        ├── NewProduct.jsx\n│        ├── ProductList.jsx\n│        └── UpdateProduct.jsx\n├── package.json\n└── yarn.lock\n\n```\n\n\n## Screenshots\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./public/Screenshot_2.jpg\"  width=\"35%\" height=\"500\" /\u003e\n  \u003cimg src=\"./public/Screenshot_1.jpg\"  width=\"55%\" height=\"600\" /\u003e\n  \u003cimg src=\"./public/Screenshot_3.jpg\"  width=\"90.5%\" height=\"450\" /\u003e\n\u003c/div\u003e\n\n## Compatibility\n\nThe project is compatible with both wide-screen computers and mobile devices.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehmet-github06%2Freact-shopping-cart-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehmet-github06%2Freact-shopping-cart-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehmet-github06%2Freact-shopping-cart-app/lists"}